[zh] Update reference\glossary (4)
Signed-off-by: ydFu <ader.ydfu@gmail.com>
This commit is contained in:
parent
bbb7c5958c
commit
ddd053e816
|
|
@ -4,7 +4,7 @@ id: cloud-controller-manager
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /zh-cn/docs/concepts/architecture/cloud-controller/
|
full_link: /zh-cn/docs/concepts/architecture/cloud-controller/
|
||||||
short_description: >
|
short_description: >
|
||||||
将 Kubernetes 与第三方云提供商进行集成的控制面组件。
|
将 Kubernetes 与第三方云提供商进行集成的控制平面组件。
|
||||||
|
|
||||||
aka:
|
aka:
|
||||||
tags:
|
tags:
|
||||||
|
|
@ -33,17 +33,17 @@ that embeds cloud-specific control logic. The cloud controller manager lets you
|
||||||
cluster into your cloud provider's API, and separates out the components that interact
|
cluster into your cloud provider's API, and separates out the components that interact
|
||||||
with that cloud platform from components that only interact with your cluster.
|
with that cloud platform from components that only interact with your cluster.
|
||||||
-->
|
-->
|
||||||
`cloud-controller-manager` 是指嵌入特定云的控制逻辑之
|
一个 Kubernetes {{<glossary_tooltip text="控制平面" term_id="control-plane" >}}组件,
|
||||||
{{< glossary_tooltip text="控制平面" term_id="control-plane" >}}组件。
|
嵌入了特定于云平台的控制逻辑。
|
||||||
`cloud-controller-manager` 允许你将你的集群连接到云提供商的 API 之上,
|
云控制器管理器(Cloud Controller Manager)允许你将你的集群连接到云提供商的 API 之上,
|
||||||
并将与该云平台交互的组件同与你的集群交互的组件分离开来。
|
并将与该云平台交互的组件同与你的集群交互的组件分离开来。
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
By decoupling the interoperability logic between Kubernetes and the underlying cloud
|
By decoupling the interoperability logic between Kubernetes and the underlying cloud
|
||||||
infrastructure, the cloud-controller-manager component enables cloud providers to release
|
infrastructure, the cloud-controller-manager component enables cloud providers to release
|
||||||
features at a different pace compared to the main Kubernetes project.
|
features at a different pace compared to the main Kubernetes project.
|
||||||
-->
|
-->
|
||||||
通过分离 Kubernetes 和底层云基础设置之间的互操作性逻辑,
|
通过分离 Kubernetes 和底层云基础设置之间的互操作性逻辑,
|
||||||
`cloud-controller-manager` 组件使云提供商能够以不同于 Kubernetes 主项目的
|
`cloud-controller-manager` 组件使云提供商能够以不同于 Kubernetes 主项目的步调发布新特征。
|
||||||
步调发布新特征。
|
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,16 @@
|
||||||
---
|
---
|
||||||
title: 云供应商(Cloud Provider)
|
title: 云提供商(Cloud Provider)
|
||||||
id: cloud-provider
|
id: cloud-provider
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
short_description: >
|
short_description: >
|
||||||
一个提供云计算平台的组织。
|
一个提供云计算平台的组织。
|
||||||
|
|
||||||
aka:
|
aka:
|
||||||
- 云服务供应商(Cloud Service Provider)
|
- 云服务提供商(Cloud Service Provider)
|
||||||
tags:
|
tags:
|
||||||
- community
|
- community
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
---
|
|
||||||
title: Cloud Provider
|
title: Cloud Provider
|
||||||
id: cloud-provider
|
id: cloud-provider
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
|
|
@ -23,7 +21,6 @@ aka:
|
||||||
- Cloud Service Provider
|
- Cloud Service Provider
|
||||||
tags:
|
tags:
|
||||||
- community
|
- community
|
||||||
---
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
@ -31,8 +28,6 @@ tags:
|
||||||
-->
|
-->
|
||||||
一个提供云计算平台的商业机构或其他组织。
|
一个提供云计算平台的商业机构或其他组织。
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
@ -52,14 +47,13 @@ as the {{< glossary_tooltip term_id="node" text="nodes" >}} and the
|
||||||
infrastructure they rely on: networking, storage, and possibly other
|
infrastructure they rely on: networking, storage, and possibly other
|
||||||
elements such as load balancers.
|
elements such as load balancers.
|
||||||
-->
|
-->
|
||||||
云供应商,有时也称作云服务供应商(CSPs)提供云计算平台或服务。
|
云提供商(Cloud provider),有时也称作云服务提供商(CSPs)提供云计算平台或服务。
|
||||||
|
|
||||||
很多云供应商提供托管的基础设施(也称作基础设施即服务或 IaaS)。
|
很多云提供商提供托管的基础设施(也称作基础设施即服务或 IaaS)。
|
||||||
针对托管的基础设施,云供应商负责服务器、存储和网络,而用户(你)
|
针对托管的基础设施,云提供商负责服务器、存储和网络,而用户(你)
|
||||||
负责管理其上运行的各层软件,例如运行一个 Kubernetes 集群。
|
负责管理其上运行的各层软件,例如运行一个 Kubernetes 集群。
|
||||||
|
|
||||||
你也会看到 Kubernetes 被作为托管服务提供;有时也称作平台即服务或 PaaS。
|
你也会看到 Kubernetes 被作为托管服务提供;有时也称作平台即服务或 PaaS。
|
||||||
针对托管的 Kubernetes,你的云供应商负责 Kubernetes 的控制面以及
|
针对托管的 Kubernetes,你的云提供商负责 Kubernetes 的控制面以及
|
||||||
{{< glossary_tooltip term_id="node" text="节点" >}} 及他们所依赖的基础设施:
|
{{< glossary_tooltip term_id="node" text="节点" >}} 及他们所依赖的基础设施:
|
||||||
网络、存储以及其他一些诸如负载均衡器之类的元素。
|
网络、存储以及其他一些诸如负载均衡器之类的元素。
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ id: cluster-architect
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link:
|
full_link:
|
||||||
short_description: >
|
short_description: >
|
||||||
集群架构师负责设计集群的基础设施,可能包含一个或多个 Kubernetes 集群。
|
设计涉及一个或多个 Kubernetes 集群的基础设施的人。
|
||||||
|
|
||||||
aka:
|
aka:
|
||||||
tags:
|
tags:
|
||||||
|
|
@ -12,7 +12,6 @@ tags:
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
---
|
|
||||||
title: Cluster Architect
|
title: Cluster Architect
|
||||||
id: cluster-architect
|
id: cluster-architect
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
|
|
@ -23,15 +22,16 @@ short_description: >
|
||||||
aka:
|
aka:
|
||||||
tags:
|
tags:
|
||||||
- user-type
|
- user-type
|
||||||
---
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
集群架构师负责设计集群的基础设施,可能包含一个或多个 Kubernetes 集群。
|
<!--
|
||||||
|
A person who designs infrastructure that involves one or more Kubernetes clusters.
|
||||||
|
-->
|
||||||
|
设计涉及一个或多个 Kubernetes 集群的基础设施的人。
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Cluster architects are concerned with best practices for distributed systems, for example: high availability and security.
|
Cluster architects are concerned with best practices for distributed systems, for example: high availability and security.
|
||||||
-->
|
-->
|
||||||
|
集群架构师(Cluster Architect)关心分布式系统的最佳实践,例如:高可用性和安全性。
|
||||||
集群架构师要具备分布式系统的最佳实践经验,例如:高可用性和安全性。
|
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@ aka:
|
||||||
tags:
|
tags:
|
||||||
- operation
|
- operation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
The infrastructure layer provides and maintains VMs, networking, security groups and others.
|
The infrastructure layer provides and maintains VMs, networking, security groups and others.
|
||||||
-->
|
-->
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ tags:
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
---
|
|
||||||
title: Cluster Operations
|
title: Cluster Operations
|
||||||
id: cluster-operations
|
id: cluster-operations
|
||||||
date: 2019-05-12
|
date: 2019-05-12
|
||||||
|
|
@ -23,7 +22,6 @@ short_description: >
|
||||||
aka:
|
aka:
|
||||||
tags:
|
tags:
|
||||||
- operation
|
- operation
|
||||||
---
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
@ -32,11 +30,14 @@ day-to-day operations, and co-ordinating upgrades.
|
||||||
-->
|
-->
|
||||||
Kubernetes 管理相关工作包括:日常管理操作和协调升级。
|
Kubernetes 管理相关工作包括:日常管理操作和协调升级。
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Examples of cluster operations work include: deploying new Nodes to
|
Examples of cluster operations work include: deploying new Nodes to
|
||||||
scale the cluster; performing software upgrades; implementing security
|
scale the cluster; performing software upgrades; implementing security
|
||||||
controls; adding or removing storage; configuring cluster networking;
|
controls; adding or removing storage; configuring cluster networking;
|
||||||
managing cluster-wide observability; and responding to events.
|
managing cluster-wide observability; and responding to events.
|
||||||
-->
|
-->
|
||||||
集群操作工作的示例包括:部署新节点来扩容集群;执行软件升级;实施安全控制;
|
集群操作(Cluster Operations)工作的示例包括:
|
||||||
添加或删除存储;配置集群网络;管理集群范围的可观测性;响应集群事件。
|
部署新节点来扩容集群、执行软件升级、实施安全控制、
|
||||||
|
添加或删除存储、配置集群网络、管理集群范围的可观测性和响应集群事件。
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue