diff --git a/content/zh-cn/docs/setup/best-practices/cluster-large.md b/content/zh-cn/docs/setup/best-practices/cluster-large.md index 53b142e378..1368a03b46 100644 --- a/content/zh-cn/docs/setup/best-practices/cluster-large.md +++ b/content/zh-cn/docs/setup/best-practices/cluster-large.md @@ -15,25 +15,25 @@ weight: 10 A cluster is a set of {{< glossary_tooltip text="nodes" term_id="node" >}} (physical or virtual machines) running Kubernetes agents, managed by the {{< glossary_tooltip text="control plane" term_id="control-plane" >}}. -Kubernetes {{< param "version" >}} supports clusters with up to 5000 nodes. More specifically, +Kubernetes {{< param "version" >}} supports clusters with up to 5,000 nodes. More specifically, Kubernetes is designed to accommodate configurations that meet *all* of the following criteria: --> 集群是运行 Kubernetes 代理的、 由{{< glossary_tooltip text="控制平面" term_id="control-plane" >}}管理的一组 {{< glossary_tooltip text="节点" term_id="node" >}}(物理机或虚拟机)。 -Kubernetes {{< param "version" >}} 单个集群支持的最大节点数为 5000。 +Kubernetes {{< param "version" >}} 单个集群支持的最大节点数为 5,000。 更具体地说,Kubernetes 旨在适应满足以下**所有**标准的配置: * 每个节点的 Pod 数量不超过 110 -* 节点数不超过 5000 -* Pod 总数不超过 150000 -* 容器总数不超过 300000 +* 节点数不超过 5,000 +* Pod 总数不超过 150,000 +* 容器总数不超过 300,000 ## 云供应商资源配额 {#quota-issues} 为避免遇到云供应商配额问题,在创建具有大规模节点的集群时,请考虑以下事项: + * 请求增加云资源的配额,例如: - * 计算实例 - * CPUs - * 存储卷 - * 使用中的 IP 地址 - * 数据包过滤规则集 - * 负载均衡数量 - * 网络子网 - * 日志流 + * 计算实例 + * CPU + * 存储卷 + * 使用中的 IP 地址 + * 数据包过滤规则集 + * 负载均衡数量 + * 网络子网 + * 日志流 * 由于某些云供应商限制了创建新实例的速度,因此通过分批启动新节点来控制集群扩展操作,并在各批之间有一个暂停。 -`VerticalPodAutoscaler` 是一种自定义资源,你可以将其部署到集群中,帮助你管理资源请求和 Pod 的限制。 -访问 [Vertical Pod Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler#readme) -以了解有关 `VerticalPodAutoscaler` 的更多信息, -以及如何使用它来扩展集群组件(包括对集群至关重要的插件)的信息。 +* `VerticalPodAutoscaler` 是一种自定义资源,你可以将其部署到集群中,帮助你管理 Pod 的资源请求和资源限制。 + 了解有关 [Vertical Pod Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler#readme) + 的更多信息,了解如何用它扩展集群组件(包括对集群至关重要的插件)的信息。 -[集群自动扩缩器](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler#readme) -与许多云供应商集成在一起,帮助你在你的集群中,按照资源需求级别运行正确数量的节点。 +* [集群自动扩缩器](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler#readme) + 与许多云供应商集成在一起,帮助你在你的集群中,按照资源需求级别运行正确数量的节点。 -[addon resizer](https://github.com/kubernetes/autoscaler/tree/master/addon-resizer#readme) -可帮助你在集群规模变化时自动调整插件的大小。 +* [addon resizer](https://github.com/kubernetes/autoscaler/tree/master/addon-resizer#readme) + 可帮助你在集群规模变化时自动调整插件的大小。