gcloud container clusters get-credentials [클러스터 이름] --zone=[가용영역]
$ gcloud container clusters get-credentials hello-world --zone=us-central1-a
참고 : https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl
'Cloud > GCP' 카테고리의 다른 글
[Kubernetes] 쿠버네티스 관리 프로그램 설치 (0) | 2020.02.12 |
---|---|
[Kubernetes] 쿠버네티스의 주요 개념 (0) | 2020.02.12 |
[GCP] 쿠버네티스를 통한 클라우드 조정 (1) | 2020.02.10 |
[GCP] GKE로 컨테이너 생성 및 애플리케이션 배포 해 보기 (0) | 2020.02.10 |
[GCP] 로컬 PC에서 VM SSH 접속하기 (0) | 2020.02.03 |