website/content/zh/docs/reference/glossary/controller.md

41 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 控制器
id: controller
date: 2018-04-12
full_link: /docs/admin/kube-controller-manager/
short_description: >
控制器通过 apiserver 监控集群的公共状态,并致力于将当前状态转变为期望的状态。
aka:
tags:
- architecture
- fundamental
---
<!--
---
title: Controller
id: controller
date: 2018-04-12
full_link: /docs/admin/kube-controller-manager/
short_description: >
A control loop that watches the shared state of the cluster through the apiserver and makes changes attempting to move the current state towards the desired state.
aka:
tags:
- architecture
- fundamental
---
-->
控制器通过 {{< glossary_tooltip text="apiserver" term_id="kube-apiserver" >}} 监控集群的公共状态,并致力于将当前状态转变为期望的状态。
<!--more-->
<!--
Examples of controllers that ship with Kubernetes today are the replication controller, endpoints controller, namespace controller, and serviceaccounts controller.
-->
Kubernetes 当前提供的部分控制器例子包括副本控制器replication controller、端点控制器endpoints controller、命名空间控制器namespace controller、服务账号控制器serviceaccounts controller