Google Cloud Platform을 위한 공식 CLI 도구. 참고:
gcloud
하위 명령에는 자체 사용 설명서가 있습니다. 더 많은 정보: https://cloud.google.com/sdk/gcloud.
gcloud config list
gcloud auth login
gcloud config set project {{프로젝트_이름}}
gcloud compute ssh {{사용자}}@{{인스턴스}}
gcloud compute instances list
kubectl
을 특정 Google Kubernetes Engine (GKE) 클러스터에 연결:gcloud container clusters get-credentials {{클러스터_이름}}
gcloud
구성 요소 업데이트:gcloud components update
gcloud help {{명령}}