@@ -15,25 +15,25 @@ weight: 10
15
15
A cluster is a set of {{< glossary_tooltip text="nodes" term_id="node" >}} (physical
16
16
or virtual machines) running Kubernetes agents, managed by the
17
17
{{< 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,
19
19
Kubernetes is designed to accommodate configurations that meet *all* of the following criteria:
20
20
-->
21
21
集群是运行 Kubernetes 代理的、
22
22
由{{< glossary_tooltip text="控制平面" term_id="control-plane" >}}管理的一组
23
23
{{< glossary_tooltip text="节点" term_id="node" >}}(物理机或虚拟机)。
24
- Kubernetes {{< param "version" >}} 单个集群支持的最大节点数为 5000 。
24
+ Kubernetes {{< param "version" >}} 单个集群支持的最大节点数为 5,000 。
25
25
更具体地说,Kubernetes 旨在适应满足以下** 所有** 标准的配置:
26
26
27
27
<!--
28
28
* 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
32
32
-->
33
33
* 每个节点的 Pod 数量不超过 110
34
- * 节点数不超过 5000
35
- * Pod 总数不超过 150000
36
- * 容器总数不超过 300000
34
+ * 节点数不超过 5,000
35
+ * Pod 总数不超过 150,000
36
+ * 容器总数不超过 300,000
37
37
38
38
<!--
39
39
You can scale your cluster by adding or removing nodes. The way you do this depends
@@ -55,21 +55,22 @@ consider:
55
55
* Number of load balancers
56
56
* Network subnets
57
57
* 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
59
59
between batches, because some cloud providers rate limit the creation of new instances.
60
60
-->
61
61
## 云供应商资源配额 {#quota-issues}
62
62
63
63
为避免遇到云供应商配额问题,在创建具有大规模节点的集群时,请考虑以下事项:
64
+
64
65
* 请求增加云资源的配额,例如:
65
- * 计算实例
66
- * CPUs
67
- * 存储卷
68
- * 使用中的 IP 地址
69
- * 数据包过滤规则集
70
- * 负载均衡数量
71
- * 网络子网
72
- * 日志流
66
+ * 计算实例
67
+ * CPU
68
+ * 存储卷
69
+ * 使用中的 IP 地址
70
+ * 数据包过滤规则集
71
+ * 负载均衡数量
72
+ * 网络子网
73
+ * 日志流
73
74
* 由于某些云供应商限制了创建新实例的速度,因此通过分批启动新节点来控制集群扩展操作,并在各批之间有一个暂停。
74
75
75
76
<!--
@@ -159,7 +160,7 @@ Kubernetes [资源限制](/zh-cn/docs/concepts/configuration/manage-resources-co
159
160
这些资源限制适用于{{< glossary_tooltip text="插件" term_id="addons" >}}资源,
160
161
就像它们适用于应用程序工作负载一样。
161
162
162
- 例如,你可以对日志组件设置 CPU 和内存限制
163
+ 例如,你可以对日志组件设置 CPU 和内存限制:
163
164
164
165
``` yaml
165
166
...
@@ -217,27 +218,26 @@ many nodes, consider the following:
217
218
## {{% heading "whatsnext" %}}
218
219
219
220
<!--
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
221
222
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
224
225
components, including cluster-critical addons.
225
226
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)
227
228
integrates with a number of cloud providers to help you run the right number of
228
229
nodes for the level of resource demand in your cluster.
229
230
-->
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
+ 的更多信息,了解如何用它扩展集群组件(包括对集群至关重要的插件)的信息。
234
234
235
- [集群自动扩缩器](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler#readme)
236
- 与许多云供应商集成在一起,帮助你在你的集群中,按照资源需求级别运行正确数量的节点。
235
+ * [集群自动扩缩器](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler#readme)
236
+ 与许多云供应商集成在一起,帮助你在你的集群中,按照资源需求级别运行正确数量的节点。
237
237
238
238
<!--
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)
240
240
helps you in resizing the addons automatically as your cluster's scale changes.
241
241
-->
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