@@ -152,7 +152,7 @@ is configured to run Kubernetes pods.
152
152
153
153
在生产质量的 Kubernetes 集群中,控制面用不同的方式来管理集群和可以
154
154
分布到多个计算机上的服务。每个工作节点则代表的是一个可配置来运行
155
- Kubernetes Pods 的实体。
155
+ Kubernetes Pod 的实体。
156
156
157
157
<!--
158
158
### Production control plane
@@ -180,7 +180,7 @@ If keeping the cluster up and running
180
180
and ensuring that it can be repaired if something goes wrong is important,
181
181
consider these steps:
182
182
-->
183
- 如果你需要一个更为持久的、高可用的集群,那么你就需要考虑扩展控制面的方式 。
183
+ 如果你需要一个更为持久的、高可用的集群,那么就需要考虑扩展控制面的方式 。
184
184
根据设计,运行在一台机器上的单机控制面服务不是高可用的。
185
185
如果保持集群处于运行状态并且需要确保在出现问题时能够被修复这点很重要,
186
186
可以考虑以下步骤:
@@ -205,7 +205,7 @@ during deployment or you can generate them using your own certificate authority.
205
205
See [PKI certificates and requirements](/docs/setup/best-practices/certificates/) for details.
206
206
-->
207
207
- * 管理证书* :控制面服务之间的安全通信是通过证书来完成的。证书是在部署期间
208
- 自动生成的,或者你也可以使用你自己的证书机构来生成它们 。
208
+ 自动生成的,或者你也可以使用自己的证书机构来生成它们 。
209
209
参阅 [ PKI 证书和需求] ( /zh-cn/docs/setup/best-practices/certificates/ ) 了解细节。
210
210
<!--
211
211
- *Configure load balancer for apiserver*: Configure a load balancer
@@ -298,7 +298,7 @@ and [Operating etcd clusters for Kubernetes](/docs/tasks/administer-cluster/conf
298
298
See [Backing up an etcd cluster](/docs/tasks/administer-cluster/configure-upgrade-etcd/#backing-up-an-etcd-cluster)
299
299
for information on making an etcd backup plan.
300
300
-->
301
- 要了解运行控制面服务时可使用的选项 ,可参阅
301
+ 如要了解运行控制面服务时可使用的选项 ,可参阅
302
302
[ kube-apiserver] ( /zh-cn/docs/reference/command-line-tools-reference/kube-apiserver/ ) 、
303
303
[ kube-controller-manager] ( /zh-cn/docs/reference/command-line-tools-reference/kube-controller-manager/ ) 和
304
304
[ kube-scheduler] ( /zh-cn/docs/reference/command-line-tools-reference/kube-scheduler/ )
@@ -404,7 +404,7 @@ that the nodes and pods running on those nodes are healthy. Using the
404
404
[Node Problem Detector](/docs/tasks/debug/debug-cluster/monitor-node-health/)
405
405
daemon, you can ensure your nodes are healthy.
406
406
-->
407
- - * 安装节点健康检查* :对于重要的工作负载,你会希望确保节点以及在节点上
407
+ - ** 安装节点健康检查* * :对于重要的工作负载,你会希望确保节点以及在节点上
408
408
运行的 Pod 处于健康状态。通过使用
409
409
[ Node Problem Detector] ( /zh-cn/docs/tasks/debug/debug-cluster/monitor-node-health/ ) ,
410
410
你可以确保你的节点是健康的。
@@ -422,7 +422,7 @@ more accounts with different levels of access to different namespaces.
422
422
423
423
在生产环境中,情况可能不再是你或者一小组人在访问集群,而是几十
424
424
上百人需要访问集群。在学习环境或者平台原型环境中,你可能具有一个
425
- 可以执行任何操作的管理账号。在生产环境中,你可需要对不同名字空间
425
+ 可以执行任何操作的管理账号。在生产环境中,你会需要对不同名字空间
426
426
具有不同访问权限级别的很多账号。
427
427
428
428
<!--
0 commit comments