2
2
title : 大规模集群的注意事项
3
3
weight : 10
4
4
---
5
-
6
5
<!--
7
6
reviewers:
8
7
- davidopp
@@ -18,11 +17,10 @@ or virtual machines) running Kubernetes agents, managed by the
18
17
Kubernetes {{< param "version" >}} supports clusters with up to 5,000 nodes. More specifically,
19
18
Kubernetes is designed to accommodate configurations that meet *all* of the following criteria:
20
19
-->
21
- 集群是运行 Kubernetes 代理的、
22
- 由{{< glossary_tooltip text="控制平面" term_id="control-plane" >}}管理的一组
23
- {{< glossary_tooltip text="节点" term_id="node" >}}(物理机或虚拟机)。
20
+ 集群包含多个运行着 Kubernetes 代理程序、
21
+ 由{{< glossary_tooltip text="控制平面" term_id="control-plane" >}}管理的一组{{< glossary_tooltip text="节点" term_id="node" >}}(物理机或虚拟机)。
24
22
Kubernetes {{< param "version" >}} 单个集群支持的最大节点数为 5,000。
25
- 更具体地说,Kubernetes 旨在适应满足以下 ** 所有** 标准的配置:
23
+ 更具体地说,Kubernetes 设计为满足以下 ** 所有** 标准的配置:
26
24
27
25
<!--
28
26
* No more than 110 pods per node
@@ -39,7 +37,7 @@ Kubernetes {{< param "version" >}} 单个集群支持的最大节点数为 5,000
39
37
You can scale your cluster by adding or removing nodes. The way you do this depends
40
38
on how your cluster is deployed.
41
39
-->
42
- 你可以通过添加或删除节点来扩展集群。集群扩缩的方式取决于集群的部署方式 。
40
+ 你可以通过添加或删除节点来对集群扩缩容。集群扩缩容的方式取决于集群的部署方式 。
43
41
44
42
<!--
45
43
## Cloud provider resource quotas {#quota-issues}
@@ -139,8 +137,8 @@ See [Operating etcd clusters for Kubernetes](/docs/tasks/administer-cluster/conf
139
137
for details on configuring and managing etcd for a large cluster.
140
138
-->
141
139
有关为大型集群配置和管理 etcd 的详细信息,
142
- 请参阅[ 为 Kubernetes 运行 etcd 集群] ( /zh-cn/docs/tasks/administer-cluster/configure-upgrade-etcd/ )
143
- 和使用 [ kubeadm 创建一个高可用 etcd 集群] ( /zh-cn/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/ ) 。
140
+ 请参阅[ 为 Kubernetes 运行 etcd 集群] ( /zh-cn/docs/tasks/administer-cluster/configure-upgrade-etcd/ ) 和使用
141
+ [ kubeadm 创建一个高可用 etcd 集群] ( /zh-cn/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/ ) 。
144
142
145
143
<!--
146
144
### Addon Resources
@@ -155,8 +153,9 @@ impact on other components. These resource limits apply to
155
153
156
154
For example, you can set CPU and memory limits for a logging component:
157
155
-->
158
- Kubernetes [ 资源限制] ( /zh-cn/docs/concepts/configuration/manage-resources-containers/ )
159
- 有助于最大程度地减少内存泄漏的影响以及 Pod 和容器可能对其他组件的其他方式的影响。
156
+ Kubernetes
157
+ [ 资源限制] ( /zh-cn/docs/concepts/configuration/manage-resources-containers/ ) 有助于最大程度地减少内存泄漏的影响以及
158
+ Pod 和容器可能对其他组件的其他方式的影响。
160
159
这些资源限制适用于{{< glossary_tooltip text="插件" term_id="addons" >}}资源,
161
160
就像它们适用于应用程序工作负载一样。
162
161
0 commit comments