Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 258 Bytes

025_create_context-auth_to_gke_cluster.md

File metadata and controls

14 lines (9 loc) · 258 Bytes

TASK: using gcloud "logon" to a GKE cluster (= creates a context in your profile , then you can run kubectl commands against that GKE cluster)

ANSWER:

gcloud container clusters get-credentials foo_cluster --region foo_region