Azure kubernetes - 它可以分布在多个区域吗?
Azure kubernetes - Can it spread across multiple zones?
根据 Microsoft 文档,Azure kubernetes 支持可用性区域,但我想知道它是否可以分布在多个 Azure 区域?
可以,根据 docs
By defining node pools in a cluster to span multiple zones, nodes in a
given node pool are able to continue operating even if a single zone
has gone down. Your applications can continue to be available even if
there is a physical failure in a single datacenter if orchestrated to
tolerate failure of a subset of nodes.
根据 Microsoft 文档,Azure kubernetes 支持可用性区域,但我想知道它是否可以分布在多个 Azure 区域?
可以,根据 docs
By defining node pools in a cluster to span multiple zones, nodes in a given node pool are able to continue operating even if a single zone has gone down. Your applications can continue to be available even if there is a physical failure in a single datacenter if orchestrated to tolerate failure of a subset of nodes.