Merge pull request #36380 from ydFu/update-reference-glossary-4

[zh] Update reference\glossary (4)
pull/36394/head
Kubernetes Prow Robot 2022-08-29 06:48:37 -07:00 committed by GitHub
commit c0ca2e3b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 25 additions and 29 deletions

View File

@ -4,7 +4,7 @@ id: cloud-controller-manager
date: 2018-04-12
full_link: /zh-cn/docs/concepts/architecture/cloud-controller/
short_description: >
将 Kubernetes 与第三方云提供商进行集成的控制面组件。
将 Kubernetes 与第三方云提供商进行集成的控制面组件。
aka:
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
with that cloud platform from components that only interact with your cluster.
-->
`cloud-controller-manager` 是指嵌入特定云的控制逻辑之
{{< glossary_tooltip text="控制平面" term_id="control-plane" >}}组件
`cloud-controller-manager` 允许你将你的集群连接到云提供商的 API 之上,
一个 Kubernetes {{<glossary_tooltip text="控制平面" term_id="control-plane" >}}组件,
嵌入了特定于云平台的控制逻辑
云控制器管理器Cloud Controller Manager允许你将你的集群连接到云提供商的 API 之上,
并将与该云平台交互的组件同与你的集群交互的组件分离开来。
<!--more-->
<!--more-->
<!--
By decoupling the interoperability logic between Kubernetes and the underlying cloud
infrastructure, the cloud-controller-manager component enables cloud providers to release
features at a different pace compared to the main Kubernetes project.
-->
通过分离 Kubernetes 和底层云基础设置之间的互操作性逻辑,
`cloud-controller-manager` 组件使云提供商能够以不同于 Kubernetes 主项目的
步调发布新特征。
`cloud-controller-manager` 组件使云提供商能够以不同于 Kubernetes 主项目的步调发布新特征。

View File

@ -1,18 +1,16 @@
---
title: 云供Cloud Provider
title: 云供商Cloud Provider
id: cloud-provider
date: 2018-04-12
short_description: >
一个提供云计算平台的组织。
aka:
- 云服务供Cloud Service Provider
- 云服务供商Cloud Service Provider
tags:
- community
---
<!--
---
title: Cloud Provider
id: cloud-provider
date: 2018-04-12
@ -23,7 +21,6 @@ aka:
- Cloud Service Provider
tags:
- community
---
-->
<!--
@ -31,8 +28,6 @@ tags:
-->
一个提供云计算平台的商业机构或其他组织。
<!--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
elements such as load balancers.
-->
云供商,有时也称作云服务供CSPs提供云计算平台或服务。
供商Cloud provider,有时也称作云服务供商CSPs提供云计算平台或服务。
很多云供商提供托管的基础设施(也称作基础设施即服务或 IaaS
针对托管的基础设施,云供商负责服务器、存储和网络,而用户(你)
很多云供商提供托管的基础设施(也称作基础设施即服务或 IaaS
针对托管的基础设施,云供商负责服务器、存储和网络,而用户(你)
负责管理其上运行的各层软件,例如运行一个 Kubernetes 集群。
你也会看到 Kubernetes 被作为托管服务提供;有时也称作平台即服务或 PaaS。
针对托管的 Kubernetes你的云供商负责 Kubernetes 的控制面以及
针对托管的 Kubernetes你的云供商负责 Kubernetes 的控制面以及
{{< glossary_tooltip term_id="node" text="节点" >}} 及他们所依赖的基础设施:
网络、存储以及其他一些诸如负载均衡器之类的元素。

View File

@ -4,7 +4,7 @@ id: cluster-architect
date: 2018-04-12
full_link:
short_description: >
集群架构师负责设计集群的基础设施,可能包含一个或多个 Kubernetes 集群
设计涉及一个或多个 Kubernetes 集群的基础设施的人
aka:
tags:
@ -12,7 +12,6 @@ tags:
---
<!--
---
title: Cluster Architect
id: cluster-architect
date: 2018-04-12
@ -23,15 +22,16 @@ short_description: >
aka:
tags:
- user-type
---
-->
集群架构师负责设计集群的基础设施,可能包含一个或多个 Kubernetes 集群。
<!--
A person who designs infrastructure that involves one or more Kubernetes clusters.
-->
设计涉及一个或多个 Kubernetes 集群的基础设施的人。
<!--more-->
<!--
Cluster architects are concerned with best practices for distributed systems, for example&#58; high availability and security.
-->
集群架构师要具备分布式系统的最佳实践经验,例如:高可用性和安全性。
集群架构师Cluster Architect关心分布式系统的最佳实践例如高可用性和安全性。

View File

@ -23,6 +23,7 @@ aka:
tags:
- operation
-->
<!--
The infrastructure layer provides and maintains VMs, networking, security groups and others.
-->

View File

@ -12,7 +12,6 @@ tags:
---
<!--
---
title: Cluster Operations
id: cluster-operations
date: 2019-05-12
@ -23,7 +22,6 @@ short_description: >
aka:
tags:
- operation
---
-->
<!--
@ -32,11 +30,14 @@ day-to-day operations, and co-ordinating upgrades.
-->
Kubernetes 管理相关工作包括:日常管理操作和协调升级。
<!--more-->
<!--
Examples of cluster operations work include: deploying new Nodes to
scale the cluster; performing software upgrades; implementing security
controls; adding or removing storage; configuring cluster networking;
managing cluster-wide observability; and responding to events.
-->
集群操作工作的示例包括:部署新节点来扩容集群;执行软件升级;实施安全控制;
添加或删除存储;配置集群网络;管理集群范围的可观测性;响应集群事件。
集群操作Cluster Operations工作的示例包括
部署新节点来扩容集群、执行软件升级、实施安全控制、
添加或删除存储、配置集群网络、管理集群范围的可观测性和响应集群事件。