Kubernetes on GKE

GKE is Google’s hosted Kubernetes environment.

  • Login to google cloud (change parms):

    gcloud auth login
    gcloud beta container clusters get-credentials kubedemo-cluster --region us-east1 --project kubernetes-lighting-talk
    kubectl cluster-info
    

Setting up the cluster

Docker registry

Google provides a docker registry we can use, with some setup. You’ll need to know the Google Cloud Platform Console Project ID. Then you can follow these instructions to push images to the registry that won’t be public, but that your cluster will be able to access.