gcp - connecting gke cluster
To connect to the gke cluster, all you need to do is run the following command. It does require additional plugin to be installed tho.
gke-gcloud-auth-plugin --version
gcloud container clusters get-credentials CLUSTER_NAME --region=COMPUTE_REGION
Comments