Skip to content

Commit c0ca2e3

Browse files
authored
Merge pull request #36380 from ydFu/update-reference-glossary-4
[zh] Update reference\glossary (4)
2 parents a4b6b86 + ddd053e commit c0ca2e3

File tree

5 files changed

+25
-29
lines changed

5 files changed

+25
-29
lines changed

content/zh-cn/docs/reference/glossary/cloud-controller-manager.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id: cloud-controller-manager
44
date: 2018-04-12
55
full_link: /zh-cn/docs/concepts/architecture/cloud-controller/
66
short_description: >
7-
将 Kubernetes 与第三方云提供商进行集成的控制面组件
7+
将 Kubernetes 与第三方云提供商进行集成的控制平面组件
88
99
aka:
1010
tags:
@@ -33,17 +33,17 @@ that embeds cloud-specific control logic. The cloud controller manager lets you
3333
cluster into your cloud provider's API, and separates out the components that interact
3434
with that cloud platform from components that only interact with your cluster.
3535
-->
36-
`cloud-controller-manager` 是指嵌入特定云的控制逻辑之
37-
{{< glossary_tooltip text="控制平面" term_id="control-plane" >}}组件
38-
`cloud-controller-manager` 允许你将你的集群连接到云提供商的 API 之上,
36+
一个 Kubernetes {{<glossary_tooltip text="控制平面" term_id="control-plane" >}}组件,
37+
嵌入了特定于云平台的控制逻辑
38+
云控制器管理器(Cloud Controller Manager)允许你将你的集群连接到云提供商的 API 之上,
3939
并将与该云平台交互的组件同与你的集群交互的组件分离开来。
4040

41-
<!--more-->
41+
<!--more-->
42+
4243
<!--
4344
By decoupling the interoperability logic between Kubernetes and the underlying cloud
4445
infrastructure, the cloud-controller-manager component enables cloud providers to release
4546
features at a different pace compared to the main Kubernetes project.
4647
-->
4748
通过分离 Kubernetes 和底层云基础设置之间的互操作性逻辑,
48-
`cloud-controller-manager` 组件使云提供商能够以不同于 Kubernetes 主项目的
49-
步调发布新特征。
49+
`cloud-controller-manager` 组件使云提供商能够以不同于 Kubernetes 主项目的步调发布新特征。

content/zh-cn/docs/reference/glossary/cloud-provider.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
---
2-
title: 云供应商(Cloud Provider)
2+
title: 云提供商(Cloud Provider)
33
id: cloud-provider
44
date: 2018-04-12
55
short_description: >
66
一个提供云计算平台的组织。
77
88
aka:
9-
- 云服务供应商(Cloud Service Provider)
9+
- 云服务提供商(Cloud Service Provider)
1010
tags:
1111
- community
1212
---
13-
1413
<!--
15-
---
1614
title: Cloud Provider
1715
id: cloud-provider
1816
date: 2018-04-12
@@ -23,16 +21,13 @@ aka:
2321
- Cloud Service Provider
2422
tags:
2523
- community
26-
---
2724
-->
2825

2926
<!--
3027
A business or other organization that offers a cloud computing platform.
3128
-->
3229
一个提供云计算平台的商业机构或其他组织。
3330

34-
35-
3631
<!--more-->
3732

3833
<!--
@@ -52,14 +47,13 @@ as the {{< glossary_tooltip term_id="node" text="nodes" >}} and the
5247
infrastructure they rely on: networking, storage, and possibly other
5348
elements such as load balancers.
5449
-->
55-
云供应商,有时也称作云服务供应商(CSPs)提供云计算平台或服务。
50+
云提供商(Cloud provider),有时也称作云服务提供商(CSPs)提供云计算平台或服务。
5651

57-
很多云供应商提供托管的基础设施(也称作基础设施即服务或 IaaS)。
58-
针对托管的基础设施,云供应商负责服务器、存储和网络,而用户(你)
52+
很多云提供商提供托管的基础设施(也称作基础设施即服务或 IaaS)。
53+
针对托管的基础设施,云提供商负责服务器、存储和网络,而用户(你)
5954
负责管理其上运行的各层软件,例如运行一个 Kubernetes 集群。
6055

6156
你也会看到 Kubernetes 被作为托管服务提供;有时也称作平台即服务或 PaaS。
62-
针对托管的 Kubernetes,你的云供应商负责 Kubernetes 的控制面以及
57+
针对托管的 Kubernetes,你的云提供商负责 Kubernetes 的控制面以及
6358
{{< glossary_tooltip term_id="node" text="节点" >}} 及他们所依赖的基础设施:
6459
网络、存储以及其他一些诸如负载均衡器之类的元素。
65-

content/zh-cn/docs/reference/glossary/cluster-architect.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ id: cluster-architect
44
date: 2018-04-12
55
full_link:
66
short_description: >
7-
集群架构师负责设计集群的基础设施,可能包含一个或多个 Kubernetes 集群
7+
设计涉及一个或多个 Kubernetes 集群的基础设施的人
88
99
aka:
1010
tags:
1111
- user-type
1212
---
1313

1414
<!--
15-
---
1615
title: Cluster Architect
1716
id: cluster-architect
1817
date: 2018-04-12
@@ -23,15 +22,16 @@ short_description: >
2322
aka:
2423
tags:
2524
- user-type
26-
---
2725
-->
2826

29-
集群架构师负责设计集群的基础设施,可能包含一个或多个 Kubernetes 集群。
27+
<!--
28+
A person who designs infrastructure that involves one or more Kubernetes clusters.
29+
-->
30+
设计涉及一个或多个 Kubernetes 集群的基础设施的人。
3031

3132
<!--more-->
3233

3334
<!--
3435
Cluster architects are concerned with best practices for distributed systems, for example&#58; high availability and security.
3536
-->
36-
37-
集群架构师要具备分布式系统的最佳实践经验,例如:高可用性和安全性。
37+
集群架构师(Cluster Architect)关心分布式系统的最佳实践,例如:高可用性和安全性。

content/zh-cn/docs/reference/glossary/cluster-infrastructure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ aka:
2323
tags:
2424
- operation
2525
-->
26+
2627
<!--
2728
The infrastructure layer provides and maintains VMs, networking, security groups and others.
2829
-->

content/zh-cn/docs/reference/glossary/cluster-operations.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ tags:
1212
---
1313

1414
<!--
15-
---
1615
title: Cluster Operations
1716
id: cluster-operations
1817
date: 2019-05-12
@@ -23,7 +22,6 @@ short_description: >
2322
aka:
2423
tags:
2524
- operation
26-
---
2725
-->
2826

2927
<!--
@@ -32,11 +30,14 @@ day-to-day operations, and co-ordinating upgrades.
3230
-->
3331
Kubernetes 管理相关工作包括:日常管理操作和协调升级。
3432

33+
<!--more-->
34+
3535
<!--
3636
Examples of cluster operations work include: deploying new Nodes to
3737
scale the cluster; performing software upgrades; implementing security
3838
controls; adding or removing storage; configuring cluster networking;
3939
managing cluster-wide observability; and responding to events.
4040
-->
41-
集群操作工作的示例包括:部署新节点来扩容集群;执行软件升级;实施安全控制;
42-
添加或删除存储;配置集群网络;管理集群范围的可观测性;响应集群事件。
41+
集群操作(Cluster Operations)工作的示例包括:
42+
部署新节点来扩容集群、执行软件升级、实施安全控制、
43+
添加或删除存储、配置集群网络、管理集群范围的可观测性和响应集群事件。

0 commit comments

Comments
 (0)