Merge pull request #27365 from mengjiao-liu/sync-overview-components

[zh] sync content/en/docs/concepts/overview/components.md
This commit is contained in:
Kubernetes Prow Robot
2021-03-31 22:57:21 -07:00
committed by GitHub
@@ -82,18 +82,18 @@ the same machine, and do not run user containers on this machine. See
{{< glossary_definition term_id="kube-controller-manager" length="all" >}}
<!--
These controllers include:
Some types of these controllers are:
* Node controller: Responsible for noticing and responding when nodes go down.
* Replication controller: Responsible for maintaining the correct number of pods for every replication
controller object in the system.
* Job controller: Watches for Job objects that represent one-off tasks, then creates
Pods to run those tasks to completion.
* Endpoints controller: Populates the Endpoints object (that is, joins Services & Pods).
* Service Account & Token controllers: Create default accounts and API access tokens for new namespaces.
-->
这些控制器包括:
* 节点控制器(Node Controller): 负责在节点出现故障时进行通知和响应
* 副本控制器(Replication Controller: 负责为系统中的每个副本控制器对象维护正确数量的 Pod
* 任务控制器(Job controller: 监测代表一次性任务的 Job 对象,然后创建 Pods 来运行这些任务直至完成
* 端点控制器(Endpoints Controller: 填充端点(Endpoints)对象(即加入 Service 与 Pod)
* 服务帐户和令牌控制器(Service Account & Token Controllers: 为新的命名空间创建默认帐户和 API 访问令牌