guestbook: add link to cluster setup instruction

pull/6/head
Johan Euphrosine 2014-06-07 01:50:26 -07:00
parent a70141307a
commit f528ef8018
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ This example shows how to build a simple multi-tier web application using Kubern
The example combines a web frontend, a redis master for storage and a replicated set of redis slaves.
### Step Zero: Prerequisites
This example assumes that you have forked the repository and turned up a Kubernetes cluster.
This example assumes that you have forked the repository and [turned up a Kubernetes cluster](https://github.com/GoogleCloudPlatform/kubernetes-new#setup).
### Step One: Turn up the redis master.