From 45807797dad0602a7b5f7087baae3bc8159f36c0 Mon Sep 17 00:00:00 2001 From: Lisa Seelye Date: Sun, 10 Jul 2016 10:36:08 -0400 Subject: [PATCH] Add a link to Google Cloud Platform in Infrastructure doc Some folks may not know precicely where it is without Googling, so let's add a link to save a step. --- docs/01-infrastructure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-infrastructure.md b/docs/01-infrastructure.md index 0710415..e93cf75 100644 --- a/docs/01-infrastructure.md +++ b/docs/01-infrastructure.md @@ -1,6 +1,6 @@ # Cloud Infrastructure Provisioning -Kubernetes can be installed just about anywhere physical or virtual machines can be run. In this lab we are going to focus on Google Cloud Platform (IaaS). +Kubernetes can be installed just about anywhere physical or virtual machines can be run. In this lab we are going to focus on [Google Cloud Platform](https://cloud.google.com/) (IaaS). This lab will walk you through provisioning the compute instances required for running a H/A Kubernetes cluster. A total of 9 virtual machines will be created.