Azure kubernetes - 它可以跨多个区域传播吗?

标签 azure azure-aks

根据 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.

关于Azure kubernetes - 它可以跨多个区域传播吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63643443/

相关文章:

azure - 从同一区域但不同订阅/租户的 AKS 访问存储帐户

azure - AKS、WIndows 节点、dns 在使用完全限定名称之前不会解析服务

azure - AKS Azure 中的微服务与负载均衡器集成

azure - 我需要告诉客户什么?防火墙是为了确保我们的 Azure.Storage.Blobs 依赖软件能够正常工作吗?

Azure DevOps 查询工作项(如果有任何父项正在进行中)

azure - 有没有办法在 Azure 存储 Blob 容器中为每个 Blob(文件)添加 ACL?

具有 SignalR SSL 入口的 Azure AKS .NET Core

azure - 尝试更改 Kubernetes 集群中的最大节点数会返回错误

azure - Azure 云服务中的服务定义与服务配置

c# - 如何使用新的 Azure 存储 SDK v12 打开新 Blob 的可写流?