Setting up kubectl

Install kubectl

Follow these instructionsarrow-up-right.

Install gcloud

Follow these instructionsarrow-up-right.

Update kubeconfig

gcloud container clusters get-credentials <cluster_name> --zone <zone> --project <project_id>

Test kubectl

kubectl get pods

Last updated