Skip to content

Commit 8ffa9b4

Browse files
authored
Merge pull request #38912 from windsonsea/clurge
[zh] sync /best-practices/cluster-large.md
2 parents 6912a83 + cbcde8d commit 8ffa9b4

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

content/zh-cn/docs/setup/best-practices/cluster-large.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ weight: 10
1515
A cluster is a set of {{< glossary_tooltip text="nodes" term_id="node" >}} (physical
1616
or virtual machines) running Kubernetes agents, managed by the
1717
{{< glossary_tooltip text="control plane" term_id="control-plane" >}}.
18-
Kubernetes {{< param "version" >}} supports clusters with up to 5000 nodes. More specifically,
18+
Kubernetes {{< param "version" >}} supports clusters with up to 5,000 nodes. More specifically,
1919
Kubernetes is designed to accommodate configurations that meet *all* of the following criteria:
2020
-->
2121
集群是运行 Kubernetes 代理的、
2222
由{{< glossary_tooltip text="控制平面" term_id="control-plane" >}}管理的一组
2323
{{< glossary_tooltip text="节点" term_id="node" >}}(物理机或虚拟机)。
24-
Kubernetes {{< param "version" >}} 单个集群支持的最大节点数为 5000
24+
Kubernetes {{< param "version" >}} 单个集群支持的最大节点数为 5,000
2525
更具体地说,Kubernetes 旨在适应满足以下**所有**标准的配置:
2626

2727
<!--
2828
* No more than 110 pods per node
29-
* No more than 5000 nodes
30-
* No more than 150000 total pods
31-
* No more than 300000 total containers
29+
* No more than 5,000 nodes
30+
* No more than 150,000 total pods
31+
* No more than 300,000 total containers
3232
-->
3333
* 每个节点的 Pod 数量不超过 110
34-
* 节点数不超过 5000
35-
* Pod 总数不超过 150000
36-
* 容器总数不超过 300000
34+
* 节点数不超过 5,000
35+
* Pod 总数不超过 150,000
36+
* 容器总数不超过 300,000
3737

3838
<!--
3939
You can scale your cluster by adding or removing nodes. The way you do this depends
@@ -55,21 +55,22 @@ consider:
5555
* Number of load balancers
5656
* Network subnets
5757
* Log streams
58-
* Gating the cluster scaling actions to brings up new nodes in batches, with a pause
58+
* Gating the cluster scaling actions to bring up new nodes in batches, with a pause
5959
between batches, because some cloud providers rate limit the creation of new instances.
6060
-->
6161
## 云供应商资源配额 {#quota-issues}
6262

6363
为避免遇到云供应商配额问题,在创建具有大规模节点的集群时,请考虑以下事项:
64+
6465
* 请求增加云资源的配额,例如:
65-
* 计算实例
66-
* CPUs
67-
* 存储卷
68-
* 使用中的 IP 地址
69-
* 数据包过滤规则集
70-
* 负载均衡数量
71-
* 网络子网
72-
* 日志流
66+
* 计算实例
67+
* CPU
68+
* 存储卷
69+
* 使用中的 IP 地址
70+
* 数据包过滤规则集
71+
* 负载均衡数量
72+
* 网络子网
73+
* 日志流
7374
* 由于某些云供应商限制了创建新实例的速度,因此通过分批启动新节点来控制集群扩展操作,并在各批之间有一个暂停。
7475

7576
<!--
@@ -159,7 +160,7 @@ Kubernetes [资源限制](/zh-cn/docs/concepts/configuration/manage-resources-co
159160
这些资源限制适用于{{< glossary_tooltip text="插件" term_id="addons" >}}资源,
160161
就像它们适用于应用程序工作负载一样。
161162

162-
例如,你可以对日志组件设置 CPU 和内存限制
163+
例如,你可以对日志组件设置 CPU 和内存限制
163164

164165
```yaml
165166
...
@@ -217,27 +218,26 @@ many nodes, consider the following:
217218
## {{% heading "whatsnext" %}}
218219
219220
<!--
220-
`VerticalPodAutoscaler` is a custom resource that you can deploy into your cluster
221+
* `VerticalPodAutoscaler` is a custom resource that you can deploy into your cluster
221222
to help you manage resource requests and limits for pods.
222-
Visit [Vertical Pod Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler#readme)
223-
to learn more about `VerticalPodAutoscaler` and how you can use it to scale cluster
223+
Learn more about [Vertical Pod Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler#readme)
224+
and how you can use it to scale cluster
224225
components, including cluster-critical addons.
225226

226-
The [cluster autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler#readme)
227+
* The [cluster autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler#readme)
227228
integrates with a number of cloud providers to help you run the right number of
228229
nodes for the level of resource demand in your cluster.
229230
-->
230-
`VerticalPodAutoscaler` 是一种自定义资源,你可以将其部署到集群中,帮助你管理资源请求和 Pod 的限制。
231-
访问 [Vertical Pod Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler#readme)
232-
以了解有关 `VerticalPodAutoscaler` 的更多信息,
233-
以及如何使用它来扩展集群组件(包括对集群至关重要的插件)的信息。
231+
* `VerticalPodAutoscaler` 是一种自定义资源,你可以将其部署到集群中,帮助你管理 Pod 的资源请求和资源限制。
232+
了解有关 [Vertical Pod Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler#readme)
233+
的更多信息,了解如何用它扩展集群组件(包括对集群至关重要的插件)的信息。
234234

235-
[集群自动扩缩器](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler#readme)
236-
与许多云供应商集成在一起,帮助你在你的集群中,按照资源需求级别运行正确数量的节点。
235+
* [集群自动扩缩器](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler#readme)
236+
与许多云供应商集成在一起,帮助你在你的集群中,按照资源需求级别运行正确数量的节点。
237237

238238
<!--
239-
The [addon resizer](https://github.com/kubernetes/autoscaler/tree/master/addon-resizer#readme)
239+
* The [addon resizer](https://github.com/kubernetes/autoscaler/tree/master/addon-resizer#readme)
240240
helps you in resizing the addons automatically as your cluster's scale changes.
241241
-->
242-
[addon resizer](https://github.com/kubernetes/autoscaler/tree/master/addon-resizer#readme)
243-
可帮助你在集群规模变化时自动调整插件的大小。
242+
* [addon resizer](https://github.com/kubernetes/autoscaler/tree/master/addon-resizer#readme)
243+
可帮助你在集群规模变化时自动调整插件的大小。

0 commit comments

Comments
 (0)