From 189a5f137787b8cf4568eb9a13b9345325eb664a Mon Sep 17 00:00:00 2001 From: Xander Grzywinski Date: Thu, 30 May 2019 11:48:13 -0700 Subject: [PATCH] updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68b05fd..566bdad 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Kubernetes The Hard Way (On Azure!) +This is a fork of [Kelsey Hightower](https://github.com/kelseyhightower)'s amazing Kubernetes the Hard Way tutorial. If you're interested in trying this out on Google Cloud Platform, check out his repo [here](https://github.com/kelseyhightower/kubernetes-the-hard-way)! This tutorial walks you through setting up Kubernetes the hard way. This guide is not for people looking for a fully automated command to bring up a Kubernetes cluster. If that's you then check out [Azure Kubernetes Service](https://azure.microsoft.com/en-us/services/kubernetes-service/), or the [Getting Started Guides](http://kubernetes.io/docs/getting-started-guides/).