docker hands-on guide: K8s on Google Cloud
K8s on Google Cloud There are two type of ways to run k8s cluster in Google Cloud: GCE Google Compute Engine, need to create vm as workstation, install k8s then run script to build up k8s cluster(1 master vm + n worker vm) GKE Google Kubernetes Engine, it directly build …