My repo for testing Kubernetes on a single GCP instance. The start up script provisions a Kubernetes 1.10 cluster with cri-containerd and Istio.
Clone this repo and run the following commands:
Create a single node Kubernetes cluster:
./create-instance
Fetch the Kubernetes creds:
./get-credentials
Set the KUBECONFIG env var to use the kube
credentials:
source kube.env
./delete-instance