2.2 KiB
2.2 KiB
title | id | date | full_link | short_description | aka | tags | |
---|---|---|---|---|---|---|---|
Control Plane(控制平面) | control-plane | 2019-05-12 | Control Plane(控制平面)是指容器编排层,它暴露 API 和接口来定义、部署容器和管理容器的生命周期。 |
|
title: Control Plane id: control-plane date: 2019-05-12 full_link: short_description: > The container orchestration layer that exposes the API and interfaces to define, deploy, and manage the lifecycle of containers.
aka: tags:
- fundamental
-->
Control Plane(控制平面)是指容器编排层,它暴露 API 和接口来定义、部署容器和管理容器的生命周期。
这个编排层是由多个不同的组件组成,例如以下(但不限于)几种:
- {{< glossary_tooltip text="etcd" term_id="etcd" >}}
- {{< glossary_tooltip text="API Server" term_id="kube-apiserver" >}}
- {{< glossary_tooltip text="Scheduler" term_id="kube-scheduler" >}}
- {{< glossary_tooltip text="Controller Manager" term_id="kube-controller-manager" >}}
- {{< glossary_tooltip text="Cloud Controller Manager" term_id="cloud-controller-manager" >}}
这些组件可以以传统的系统服务运行也可以以容器的形式运行.运行这些组件的主机过去称为master节点。