Skip to content

Commit 53ef1f1

Browse files
committed
[zh] overview/components.md
1 parent 2f5b539 commit 53ef1f1

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

content/zh-cn/docs/concepts/overview/components.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ card:
3232
-->
3333
本文档概述了一个正常运行的 Kubernetes 集群所需的各种组件。
3434

35-
{{< figure src="/images/docs/components-of-kubernetes.svg" alt="Kubernetes 的组件" caption="Kubernetes 集群的组件" class="diagram-large" clicktozoom="true" >}}
35+
{{< figure src="/zh-cn/docs/images/components-of-kubernetes.svg" alt="Kubernetes 的组件" caption="Kubernetes 集群的组件" class="diagram-large" clicktozoom="true" >}}
3636

3737
<!-- body -->
3838

@@ -42,7 +42,7 @@ card:
4242
A Kubernetes cluster consists of a control plane and one or more worker nodes.
4343
Here's a brief overview of the main components:
4444
-->
45-
## 核心组件
45+
## 核心组件 {#core-components}
4646

4747
Kubernetes 集群由控制平面和一个或多个工作节点组成。以下是主要组件的简要概述:
4848

@@ -52,10 +52,10 @@ Kubernetes 集群由控制平面和一个或多个工作节点组成。以下是
5252
Manage the overall state of the cluster:
5353
5454
[kube-apiserver](/docs/concepts/architecture/#kube-apiserver)
55-
: The core component server that exposes the Kubernetes HTTP API
55+
: The core component server that exposes the Kubernetes HTTP API.
5656
5757
[etcd](/docs/concepts/architecture/#etcd)
58-
: Consistent and highly-available key value store for all API server data
58+
: Consistent and highly-available key value store for all API server data.
5959
6060
[kube-scheduler](/docs/concepts/architecture/#kube-scheduler)
6161
: Looks for Pods not yet bound to a node, and assigns each Pod to a suitable node.
@@ -66,15 +66,15 @@ Manage the overall state of the cluster:
6666
[cloud-controller-manager](/docs/concepts/architecture/#cloud-controller-manager) (optional)
6767
: Integrates with underlying cloud provider(s).
6868
-->
69-
## 控制平面组件(Control Plane Components) {#control-plane-components}
69+
## 控制平面组件 {#control-plane-components}
7070

71-
管理集群的整体状态:
71+
这些控制平面组件(Control Plane Component)管理集群的整体状态:
7272

7373
[kube-apiserver](/zh-cn/docs/concepts/architecture/#kube-apiserver)
74-
: 公开 Kubernetes HTTP API 的核心组件服务器
74+
: 公开 Kubernetes HTTP API 的核心组件服务器
7575

7676
[etcd](/zh-cn/docs/concepts/architecture/#etcd)
77-
: 具备一致性和高可用性的键值存储,用于所有 API 服务器的数据存储
77+
: 具备一致性和高可用性的键值存储,用于所有 API 服务器的数据存储
7878

7979
[kube-scheduler](/zh-cn/docs/concepts/architecture/#kube-scheduler)
8080
: 查找尚未绑定到节点的 Pod,并将每个 Pod 分配给合适的节点。
@@ -83,7 +83,7 @@ Manage the overall state of the cluster:
8383
: 运行{{< glossary_tooltip text="控制器" term_id="controller" >}}来实现 Kubernetes API 行为。
8484

8585
[cloud-controller-manager](/zh-cn/docs/concepts/architecture/#cloud-controller-manager) (optional)
86-
: 与底层云驱动集成
86+
: 与底层云驱动集成
8787

8888
<!--
8989
### Node Components
@@ -96,7 +96,6 @@ Run on every node, maintaining running pods and providing the Kubernetes runtime
9696
[kube-proxy](/docs/concepts/architecture/#kube-proxy) (optional)
9797
: Maintains network rules on nodes to implement {{< glossary_tooltip text="Services" term_id="service" >}}.
9898
99-
10099
[Container runtime](/docs/concepts/architecture/#container-runtime)
101100
: Software responsible for running containers. Read
102101
[Container Runtimes](/docs/setup/production-environment/container-runtimes/) to learn more.
@@ -134,28 +133,28 @@ Addons extend the functionality of Kubernetes. A few important examples include:
134133

135134
<!--
136135
[DNS](/docs/concepts/architecture/#dns)
137-
: For cluster-wide DNS resolution
136+
: For cluster-wide DNS resolution.
138137
139138
[Web UI](/docs/concepts/architecture/#web-ui-dashboard) (Dashboard)
140-
: For cluster management via a web interface
139+
: For cluster management via a web interface.
141140
142141
[Container Resource Monitoring](/docs/concepts/architecture/#container-resource-monitoring)
143-
: For collecting and storing container metrics
142+
: For collecting and storing container metrics.
144143
145144
[Cluster-level Logging](/docs/concepts/architecture/#cluster-level-logging)
146-
: For saving container logs to a central log store
145+
: For saving container logs to a central log store.
147146
-->
148147
[DNS](/zh-cn/docs/concepts/architecture/#dns)
149-
: 集群范围内的 DNS 解析
148+
: 集群范围内的 DNS 解析
150149

151150
[Web 界面](/zh-cn/docs/concepts/architecture/#web-ui-dashboard)(Dashboard)
152-
: 通过 Web 界面进行集群管理
151+
: 通过 Web 界面进行集群管理
153152

154153
[容器资源监控](/zh-cn/docs/concepts/architecture/#container-resource-monitoring)
155-
: 用于收集和存储容器指标
154+
: 用于收集和存储容器指标
156155

157156
[集群层面日志](/zh-cn/docs/concepts/architecture/#cluster-level-logging)
158-
: 用于将容器日志保存到中央日志存储
157+
: 用于将容器日志保存到中央日志存储
159158

160159
<!--
161160
## Flexibility in Architecture

0 commit comments

Comments
 (0)