Google Cloud 관리 리전 개요

Google Cloud 관리 리전 및 위치

Azure용 GKE로 만든 클러스터는 Azure 리전에 있습니다. 클러스터를 만들 때 클러스터의 Azure 리전과 클러스터를 관리하는 Google Cloud 리전을 모두 지정합니다.

각 Google Cloud 리전은 주변 Azure 리전의 특정 집합에 있는 클러스터를 관리할 수 있습니다. 예를 들어 오리건에 위치한 Google Cloud 리전 us-east4는 Azure 리전에 있는 클러스터를 관리합니다(온타리오의 canadacentral, 아이오와의 centralus, 버지니아의 eastus, 버지니아의 eastus2, 텍사스의 southcentralus). 주변 Google Cloud 리전에서 클러스터를 관리하면 가용성이 향상되고 클러스터 관리 작업의 지연 시간이 줄어듭니다.

Azure용 GKE는 클러스터의 리소스 이름에 클러스터의 Google Cloud 리전을 포함합니다. 예를 들어 us-west1 리전의 my-project 프로젝트에 생성된 my-cluster이라는 클러스터의 리소스 이름은 projects/my-project/locations/us-west1/azureClusters/my-cluster입니다. 반면 Azure 리전은 클러스터 리소스의 일부입니다. API 호출의 azure_region 필드에서 지정할 수 있습니다.

데이터 지역

클러스터를 관리하려면 GKE Multi-Cloud API는 클러스터를 만들 때 지정한 Google Cloud 리전에 클러스터 상태에 대한 정보를 저장해야 합니다. 이 데이터에는 클러스터 리전에 저장되는 워크로드 특정 데이터는 포함되지 않지만 Azure 리소스 ID 및 공개 키 인프라(PKI) 데이터와 같은 정보가 포함됩니다.

애플리케이션이 특정 지역에 데이터를 저장해야 하는 경우 클러스터를 만들 때 요구사항을 준수하는 Azure 리전 및 관련 Google Cloud 관리 리전을 지정합니다.

Google Cloud 리전 및 주변 Azure 리전

Google Cloud 리전 Azure 리전
asia-east2 eastasia
asia-northeast2 japaneast
asia-south1 centralindia
asia-southeast1 australiaeast
japaneast
southeastasia
australia-southeast1 australiaeast
europe-north1 northeurope
norwayeast
europe-west1 francecentral
germanywestcentral
northeurope
uksouth
westeurope
europe-west2 uksouth
europe-west3 germanywestcentral
europe-west4 westeurope
europe-west6 switzerlandnorth
europe-west9 francecentral
northamerica-northeast1 canadacentral
southamerica-east1 brazilsouth
us-east4 canadacentral
centralus
eastus
eastus2
southcentralus
us-west1 westus2

다음 gcloud 명령어를 실행하여 Google Cloud 리전에서 지원하는 현재 Azure 리전의 최신 목록을 가져올 수 있습니다.

gcloud container azure get-server-config --location GOOGLE_CLOUD_REGION

GOOGLE_CLOUD_REGION을 쿼리 중인 Google Cloud 리전의 이름으로 바꿉니다.