Google Cloud 관리 리전 및 위치
AWS용 GKE로 만든 클러스터는 AWS 리전에 있습니다. 클러스터를 만들 때 클러스터의 AWS 리전과 클러스터를 관리하는 Google Cloud 리전을 모두 지정합니다.
각 Google Cloud 리전은 주변 AWS 리전의 특정 집합에 있는 클러스터를 관리할 수 있습니다.
예를 들어 오리건에 위치한 Google Cloud 리전 us-west1
은 AWS 리전 두 개(북부 캘리포니아의 us-west-1
및 오리건의 us-west-2
)의 클러스터를 관리합니다.
주변 Google Cloud 리전에서 클러스터를 관리하면 가용성이 향상되고 클러스터 관리 작업의 지연 시간이 줄어듭니다.
AWS용 GKE는 클러스터의 리소스 이름에 클러스터의 Google Cloud 리전을 포함합니다. 예를 들어 us-west1
리전의 my-project
프로젝트에 생성된 my-cluster
이라는 클러스터의 리소스 이름은 projects/my-project/locations/us-west1/awsClusters/my-cluster
입니다. 반면 AWS 리전은 클러스터 리소스의 일부입니다. API 호출의 aws_region
필드에서 지정할 수 있습니다.
데이터 지역
클러스터를 관리하려면 GKE Multi-Cloud API는 클러스터를 만들 때 지정한 Google Cloud 리전에 클러스터 상태에 대한 정보를 저장해야 합니다. 이 데이터에는 클러스터 리전에 저장되는 워크로드 특정 데이터는 포함되지 않지만 AWS 리소스 ID 및 공개 키 인프라(PKI) 데이터와 같은 정보가 포함됩니다.
애플리케이션이 특정 지역에 데이터를 저장해야 하는 경우 클러스터를 만들 때 요구사항을 준수하는 AWS 리전 및 관련 Google Cloud 관리 리전을 지정합니다.
Google Cloud 리전 및 주변 AWS 리전
다음 표에서는 현재 AWS용 GKE에서 현재 지원하는 Google Cloud 리전과 관리 가능한 주변 리전을 보여줍니다.Google Cloud 리전 | AWS 리전 |
---|---|
asia-east2 |
ap-east-1 |
asia-northeast2 |
ap-northeast-1 ap-northeast-2 ap-northeast-3 |
asia-south1 |
ap-south-1 |
asia-southeast1 |
ap-east-1 ap-northeast-1 ap-southeast-1 |
asia-southeast2 |
ap-southeast-3 |
australia-southeast1 |
ap-southeast-2 |
europe-north1 |
eu-north-1 |
europe-west1 |
eu-central-1 eu-north-1 eu-south-1 eu-west-1 eu-west-2 eu-west-3 |
europe-west2 |
eu-west-2 |
europe-west3 |
eu-central-1 |
europe-west9 |
eu-west-3 |
northamerica-northeast1 |
ca-central-1 |
southamerica-east1 |
sa-east-1 |
us-east4 |
ca-central-1 us-east-1 us-east-2 |
us-west1 |
us-west-1 us-west-2 |
다음 gcloud 명령어를 실행하여 Google Cloud 리전에서 지원하는 현재 AWS 리전의 최신 목록을 가져올 수 있습니다.
gcloud container aws get-server-config --location GOOGLE_CLOUD_REGION
GOOGLE_CLOUD_REGION
을 쿼리 중인 Google Cloud 리전의 이름으로 바꿉니다.