2
2
title : 云控制器管理器(Cloud Controller Manager)
3
3
id : cloud-controller-manager
4
4
date : 2018-04-12
5
- full_link : /zh/docs/tasks/administer-cluster/running- cloud-controller/
5
+ full_link : /zh/docs/concepts/architecture/ cloud-controller/
6
6
short_description : >
7
- 云控制器管理器是 1.8 的 alpha 特性。在未来发布的版本中,这是将 Kubernetes 与任何其他云集成的最佳方式 。
7
+ 将 Kubernetes 与第三方云提供商进行集成的控制面组件 。
8
8
9
9
aka :
10
10
tags :
11
11
- core-object
12
12
- architecture
13
13
- operation
14
14
---
15
-
16
15
<!--
17
- ---
18
16
title: Cloud Controller Manager
19
17
id: cloud-controller-manager
20
18
date: 2018-04-12
21
19
full_link: /docs/concepts/architecture/cloud-controller/
22
20
short_description: >
23
- Cloud Controller Manager is an alpha feature in 1.8. In upcoming releases it will be the preferred way to integrate Kubernetes with any cloud.
21
+ Control plane component that integrates Kubernetes with third-party cloud providers .
24
22
25
23
aka:
26
24
tags:
27
25
- core-object
28
26
- architecture
29
27
- operation
30
- ---
31
28
-->
32
29
33
-
34
30
<!--
35
31
A Kubernetes {{< glossary_tooltip text="control plane" term_id="control-plane" >}} component
36
32
that embeds cloud-specific control logic. The cloud controller manager lets you link your
37
33
cluster into your cloud provider's API, and separates out the components that interact
38
34
with that cloud platform from components that only interact with your cluster.
39
35
-->
40
-
41
36
云控制器管理器是指嵌入特定云的控制逻辑的
42
37
{{< glossary_tooltip text="控制平面" term_id="control-plane" >}}组件。
43
- 云控制器管理器允许您链接集群到云提供商的应用编程接口中 ,
44
- 并把和该云平台交互的组件与只和您的集群交互的组件分离开 。
38
+ 云控制器管理器使得你可以将你的集群连接到云提供商的 API 之上 ,
39
+ 并将与该云平台交互的组件同与你的集群交互的组件分离开来 。
45
40
46
41
<!-- more-->
47
42
@@ -51,4 +46,5 @@ infrastructure, the cloud-controller-manager component enables cloud providers t
51
46
features at a different pace compared to the main Kubernetes project.
52
47
-->
53
48
通过分离 Kubernetes 和底层云基础设置之间的互操作性逻辑,
54
- 云控制器管理器组件使云提供商能够以不同于 Kubernetes 主项目的速度进行发布新特征。
49
+ 云控制器管理器组件使云提供商能够以不同于 Kubernetes 主项目的
50
+ 步调发布新特征。
0 commit comments