Installing Kubernetes with GKE


Once you have gcloud installed, set a default zone:

gcloud config set compute/zone us-west1-a

Then you can create a cluster:

gcloud container clusters create kuar-cluster --num-nodes=3

This will take a few minutes. When the cluster is ready, you can get credentials for the cluster using:

gcloud container clusters get-credentials kuar-cluster