From 37f2b77e4f0d83878e7f88d5f9436396f22e13e2 Mon Sep 17 00:00:00 2001 From: Xander Grzywinski Date: Thu, 23 May 2019 09:41:15 -0700 Subject: [PATCH] updated README for Azure --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fae7a56..68b05fd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Kubernetes The Hard Way +# Kubernetes The Hard Way (On Azure!) -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 [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine), or the [Getting Started Guides](http://kubernetes.io/docs/getting-started-guides/). +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/). Kubernetes The Hard Way is optimized for learning, which means taking the long route to ensure you understand each task required to bootstrap a Kubernetes cluster. @@ -23,7 +23,7 @@ Kubernetes The Hard Way guides you through bootstrapping a highly available Kube ## Labs -This tutorial assumes you have access to the [Google Cloud Platform](https://cloud.google.com). While GCP is used for basic infrastructure requirements the lessons learned in this tutorial can be applied to other platforms. +This tutorial assumes you have access to [ Microsoft Azure](https://azure.microsoft.com/en-us/). While Azure is used for basic infrastructure requirements the lessons learned in this tutorial can be applied to other platforms. * [Prerequisites](docs/01-prerequisites.md) * [Installing the Client Tools](docs/02-client-tools.md)