1.7 KiB
1.7 KiB
title | id | date | full_link | short_description | aka | tags | |||
---|---|---|---|---|---|---|---|---|---|
云控制器管理器(Cloud Controller Manager) | cloud-controller-manager | 2018-04-12 | /zh-cn/docs/concepts/architecture/cloud-controller/ | 将 Kubernetes 与第三方云提供商进行集成的控制面组件。 |
|
cloud-controller-manager
是指嵌入特定云的控制逻辑之
{{< glossary_tooltip text="控制平面" term_id="control-plane" >}}组件。
cloud-controller-manager
允许你将你的集群连接到云提供商的 API 之上,
并将与该云平台交互的组件同与你的集群交互的组件分离开来。
通过分离 Kubernetes 和底层云基础设置之间的互操作性逻辑,
cloud-controller-manager
组件使云提供商能够以不同于 Kubernetes 主项目的
步调发布新特征。