Sample Code: Sparrow: Kubernetes Infrastructure + Google Cloud Deployment
Sparrow INF
Instructions for how to deploy the sparrow project onto google cloud infrastructure using kubernetes.
gcloud auth application-default login
gcloud container clusters create sparrow-cluster --scopes bigquery,cloud-platform,cloud-source-repos,cloud-source-repos-ro,compute-ro,compute-rw,datastore,logging-write,monitoring,monitoring-write,service-control,service-management,sql,sql-admin,storage-full,storage-ro,storage-rw,taskqueue,useraccounts-ro,useraccounts-rw,userinfo-email
kubectl proxy
Goto http://localhost:8001/ui and you should be able to see kubernetes
if you get stale ip’s / ssl errors then try this:
gcloud container clusters get-credentials sparrow-cluster