Once the replication controller is up, you can list the pods in the cluster, to verify that the master and slaves are running. You should see a list that includes something like the following:
...
...
@@ -413,7 +413,7 @@ spec:
spec:
containers:
-name:php-redis
image:gcr.io/google_samples/gb-frontend:v2
image:gcr.io/google_samples/gb-frontend:v3
env:
-name:GET_HOSTS_FROM
value:dns
...
...
@@ -441,9 +441,9 @@ Then, list all your replication controllers:
Once it's up (again, it may take up to thirty seconds to create the pods) you can list the pods in the cluster, to verify that the master, slaves and frontends are all running. You should see a list that includes something like the following: