47 lines
1.4 KiB
Markdown
47 lines
1.4 KiB
Markdown
---
|
|
title: kube-controller-manager
|
|
id: kube-controller-manager
|
|
date: 2018-04-12
|
|
full_link: /zh-cn/docs/reference/command-line-tools-reference/kube-controller-manager/
|
|
short_description: >
|
|
主节点上运行控制器的组件。
|
|
|
|
aka:
|
|
tags:
|
|
- architecture
|
|
- fundamental
|
|
---
|
|
<!--
|
|
title: kube-controller-manager
|
|
id: kube-controller-manager
|
|
date: 2018-04-12
|
|
full_link: /docs/reference/command-line-tools-reference/kube-controller-manager/
|
|
short_description: >
|
|
Component on the master that runs controllers.
|
|
|
|
aka:
|
|
tags:
|
|
- architecture
|
|
- fundamental
|
|
-->
|
|
|
|
<!--
|
|
Control plane component that runs
|
|
{{< glossary_tooltip text="controller" term_id="controller" >}} processes.
|
|
-->
|
|
[kube-controller-manager](/zh-cn/docs/reference/command-line-tools-reference/kube-controller-manager/)
|
|
是{{< glossary_tooltip text="控制平面" term_id="control-plane" >}}的组件,
|
|
负责运行{{< glossary_tooltip text="控制器" term_id="controller" >}}进程。
|
|
|
|
<!--more-->
|
|
|
|
<!--
|
|
Logically, each {{< glossary_tooltip text="controller" term_id="controller" >}}
|
|
is a separate process, but to reduce complexity,
|
|
they are all compiled into a single binary and run in a single process.
|
|
-->
|
|
从逻辑上讲,
|
|
每个{{< glossary_tooltip text="控制器" term_id="controller" >}}都是一个单独的进程,
|
|
但是为了降低复杂性,它们都被编译到同一个可执行文件,并在同一个进程中运行。
|
|
|