GCP
Get GCP projects
gcloud projects list
Set GCP project
gcloud config set project PROJECT_ID
Get Cluster Credentials
gcloud container clusters get-credentials CLUSTER_NAME --region=CONTROL_PLANE_LOCATION --dns-endpoint
gcloud projects list
gcloud config set project PROJECT_ID
gcloud container clusters get-credentials CLUSTER_NAME --region=CONTROL_PLANE_LOCATION --dns-endpoint