Google Cloud CLI 구성

AWS용 GKE를 사용하려면 먼저 Google Cloud CLI를 설치하고 필요한 API를 사용 설정해야 합니다.

Google Cloud CLI를 구성하려면 다음 명령어를 실행합니다.

  1. 다음 명령어를 사용하여 Google Cloud CLI 설치를 확인합니다.

    gcloud version
    
  2. Google Cloud CLI가 설치되지 않았거나 버전이 412.0.0 이전이면 최신 버전의 Google Cloud CLI를 설치하세요.

  3. kubectl 추가 구성요소를 설치합니다.

  4. 아직 만들지 않았으면 Google Cloud 프로젝트를 만듭니다. 나중에 사용할 수 있도록 프로젝트 이름을 저장합니다.

  5. 다음 명령어를 실행하여 Google Cloud 계정으로 인증합니다.

    gcloud auth login
    
  6. 다음 명령어를 사용하여 GKE Multi-Cloud API 및 서비스 종속 항목을 사용 설정합니다. 이 명령어는 Google Cloud CLI에 구성된 프로젝트에 API를 사용 설정합니다.

    gcloud services enable gkemulticloud.googleapis.com
    gcloud services enable gkeconnect.googleapis.com
    gcloud services enable gkehub.googleapis.com
    gcloud services enable connectgateway.googleapis.com
    gcloud services enable cloudresourcemanager.googleapis.com
    gcloud services enable anthos.googleapis.com
    gcloud services enable logging.googleapis.com
    gcloud services enable monitoring.googleapis.com
    gcloud services enable opsconfigmonitoring.googleapis.com
    

다음 단계