【发布时间】:2026-01-30 05:30:01
【问题描述】:
我正在计划一个 DR 计划,以防 GCP 中出现区域故障。
目前,Composer 在单个区域中运行。有没有办法让它的 Kubernetes 集群区域化?
【问题讨论】:
标签: google-cloud-platform google-cloud-composer
我正在计划一个 DR 计划,以防 GCP 中出现区域故障。
目前,Composer 在单个区域中运行。有没有办法让它的 Kubernetes 集群区域化?
【问题讨论】:
标签: google-cloud-platform google-cloud-composer
目前,没有。 The composer API requires a region when you create the environment but it chooses a single zone within that region to create the cluster。 GKE 可以明确支持区域和多区域的集群,所以我推荐filing a feature request 将这个功能添加到composer
【讨论】: