このページでは、リソース ロケーションが Backup for GKE サービスのオペレーションにどのように影響するかについて説明します。
Backup for GKE には、2 種類のトップレベル リソース(BackupPlans と RestorePlans)があります。これらのリソースは常に、プロジェクト ID とロケーションを含むリソース階層内に作成されます。リージョン サービスとして、Backup for GKE のロケーションは、常に Google Cloud リージョンになります。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-08-30 UTC。"],[],[],null,["# Backup for GKE locations\n\nAutopilot Standard\n\n*** ** * ** ***\n\nThis page describes how resource locations impact the operation of the\nBackup for GKE service.\n\nBackup for GKE provides two types of top-level resources (`BackupPlans` and\n`RestorePlans`). These resources are always created within a resource hierarchy\nthat includes project ID and location. As a regional service, Backup for GKE locations\nare always [Google Cloud regions](/compute/docs/regions-zones).\n\nBackup for GKE resource regions have these implications:\n\n- **`BackupPlan`**\n\n - Defines the region where all backup artifacts produced by the\n `BackupPlan` will be stored (both config backups and volume backups). If\n the cluster being backed up using a `BackupPlan`is in a different region\n than the `BackupPlan`, this could incur inter-region data transfer fees\n when performing those backups.\n\n | **Note:** `VolumeBackup` resources (nested below `BackupPlan` and `Backup` resources) may contain a reference to a global snapshot resource. However, even though the resource location is global, the data associated with that snapshot is restricted to the `BackupPlan` resource's region.\n - Defines the allowed region for CMEK keys (see [About CMEK encryption](/kubernetes-engine/docs/add-on/backup-for-gke/concepts/about-cmek)).\n If you want to register a CMEK key for encrypting backup artifacts, the key\n must have the same region as the `BackupPlan`.\n\n- **`RestorePlan`**\n\n - Defines the region where backup artifacts will be restored. The target cluster referenced in a `RestorePlan` must be either a zonal or regional cluster within the same region as the `RestorePlan`. If the `RestorePlan` region is different than the `BackupPlan` region, this could incur inter-region data transfer fees when performing those restores.\n\nBackup for GKE is available in the following regions: \n\n### Northern America\n\n### Europe\n\n### Asia\n\n### Indonesia\n\n### Oceania\n\n### Middle East\n\n### Latin America\n\n### Africa\n\nYou can also get a list of current regions supported by Backup for GKE by\nrunning the following command: \n\n gcloud beta container backup-restore locations list \\\n --project=\u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e\n\nReplace \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e with the ID of your Google Cloud\nproject."]]