Skip to content

Commit 3649e83

Browse files
authored
Merge pull request #34146 from LeeLin2602/main
[zh] improve translation for node components
2 parents 1b9a962 + 41de877 commit 3649e83

File tree

6 files changed

+52
-33
lines changed

6 files changed

+52
-33
lines changed

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

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Node components run on every node, maintaining running pods and providing the Ku
141141
-->
142142
## Node 组件 {#node-components}
143143

144-
节点组件在每个节点上运行,维护运行的 Pod 并提供 Kubernetes 运行环境。
144+
节点组件会在每个节点上运行,负责维护运行的 Pod 并提供 Kubernetes 运行环境。
145145

146146
### kubelet
147147

@@ -203,33 +203,36 @@ Kubernetes 启动的容器自动将此 DNS 服务器包含在其 DNS 搜索列
203203
204204
[Dashboard](/docs/tasks/access-application-cluster/web-ui-dashboard/) is a general purpose, web-based UI for Kubernetes clusters. It allows users to manage and troubleshoot applications running in the cluster, as well as the cluster itself.
205205
-->
206-
### Web 界面(仪表盘)
206+
### Web 界面(仪表盘) {#web-ui-dashboard}
207207

208208
[Dashboard](/zh/docs/tasks/access-application-cluster/web-ui-dashboard/)
209209
是 Kubernetes 集群的通用的、基于 Web 的用户界面。
210-
它使用户可以管理集群中运行的应用程序以及集群本身并进行故障排除。
210+
它使用户可以管理集群中运行的应用程序以及集群本身,
211+
并进行故障排除。
211212

212213
<!--
213214
### Container Resource Monitoring
214215
215216
[Container Resource Monitoring](/docs/tasks/debug/debug-cluster/resource-usage-monitoring/) records generic time-series metrics
216217
about containers in a central database, and provides a UI for browsing that data.
217218
-->
218-
### 容器资源监控
219+
### 容器资源监控 {#container-resource-monitoring}
219220

220221
[容器资源监控](/zh/docs/tasks/debug/debug-cluster/resource-usage-monitoring/)
221-
将关于容器的一些常见的时间序列度量值保存到一个集中的数据库中,并提供用于浏览这些数据的界面。
222+
将关于容器的一些常见的时间序列度量值保存到一个集中的数据库中,
223+
并提供浏览这些数据的界面。
222224

223225
<!--
224226
### Cluster-level Logging
225227
226228
A [cluster-level logging](/docs/concepts/cluster-administration/logging/) mechanism is responsible for
227229
saving container logs to a central log store with search/browsing interface.
228230
-->
229-
### 集群层面日志
231+
### 集群层面日志 {#cluster-level-logging}
230232

231-
[集群层面日志](/zh/docs/concepts/cluster-administration/logging/) 机制负责将容器的日志数据
232-
保存到一个集中的日志存储中,该存储能够提供搜索和浏览接口。
233+
[集群层面日志](/zh/docs/concepts/cluster-administration/logging/)
234+
机制负责将容器的日志数据保存到一个集中的日志存储中,
235+
这种集中日志存储提供搜索和浏览接口。
233236

234237
## {{% heading "whatsnext" %}}
235238

content/zh/docs/reference/glossary/cluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id: cluster
44
date: 2019-06-15
55
full_link:
66
short_description: >
7-
集群由一组被称作节点的机器组成。这些节点上运行 Kubernetes 所管理的容器化应用。集群具有至少一个工作节点。
7+
集群由一组被称作节点的机器组成。这些节点上运行 Kubernetes 所管理的容器化应用。集群具有至少一个工作节点。
88
99
aka:
1010
tags:
@@ -32,9 +32,9 @@ tags:
3232
A set of worker machines, called {{< glossary_tooltip text="nodes" term_id="node" >}},
3333
that run containerized applications. Every cluster has at least one worker node.
3434
-->
35-
集群是由一组被称作节点的机器组成,这些节点上会运行由 Kubernetes 所管理的容器化应用。
35+
集群是由一组被称作{{< glossary_tooltip text="节点(node)" term_id="node" >}}的机器组成,
36+
这些节点上会运行由 Kubernetes 所管理的容器化应用。
3637
且每个集群至少有一个工作节点。
37-
3838
<!--more-->
3939
<!--
4040
The worker node(s) host the {{< glossary_tooltip text="Pods" term_id="pod" >}} that are

content/zh/docs/reference/glossary/container-runtime.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ Kubernetes supports container runtimes such sa
4141
and any other implementation of the [Kubernetes CRI (Container Runtime
4242
Interface)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md).
4343
-->
44-
Kubernetes 支持容器运行时,例如
44+
Kubernetes 支持许多容器运行环境,例如
4545
{{< glossary_tooltip term_id="docker">}}、
46-
{{< glossary_tooltip term_id="containerd" >}}、{{< glossary_tooltip term_id="cri-o" >}}
46+
{{< glossary_tooltip term_id="containerd" >}}、
47+
{{< glossary_tooltip term_id="cri-o" >}}
4748
以及 [Kubernetes CRI (容器运行环境接口)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md)
4849
的其他任何实现。

content/zh/docs/reference/glossary/kube-controller-manager.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,19 @@ tags:
2929
-->
3030

3131
<!--
32-
Control plane component that runs {{< glossary_tooltip text="controller" term_id="controller" >}} processes.
32+
Control plane component that runs
33+
{{< glossary_tooltip text="controller" term_id="controller" >}} processes.
3334
-->
34-
`kube-controller-manager` 是{{< glossary_tooltip text="控制平面" term_id="control-plane" >}}的组件,
35+
[kube-controller-manager](/zh/docs/reference/command-line-tools-reference/kube-controller-manager/) 是{{< glossary_tooltip text="控制平面" term_id="control-plane" >}}的组件,
3536
负责运行{{< glossary_tooltip text="控制器" term_id="controller" >}}进程。
3637

3738
<!--more-->
3839
<!--
39-
Logically, each controller is a separate process, but to reduce complexity, they are all compiled into a single binary and run in a single process.
40+
Logically, each {{< glossary_tooltip text="controller" term_id="controller" >}}
41+
is a separate process, but to reduce complexity,
42+
they are all compiled into a single binary and run in a single process.
4043
-->
41-
从逻辑上讲,每个{{< glossary_tooltip text="控制器" term_id="controller" >}}都是一个单独的进程,
44+
从逻辑上讲,
45+
每个{{< glossary_tooltip text="控制器" term_id="controller" >}}都是一个单独的进程,
4246
但是为了降低复杂性,它们都被编译到同一个可执行文件,并在同一个进程中运行。
4347

content/zh/docs/reference/glossary/kube-proxy.md

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,30 @@ tags:
2424
- fundamental
2525
- networking
2626
--- -->
27-
<!-- [kube-proxy](/docs/reference/command-line-tools-reference/kube-proxy/) is a
28-
network proxy that runs on each node in your cluster, implementing part of
29-
the Kubernetes {{< glossary_tooltip term_id="service">}} concept. -->
30-
[kube-proxy](/zh/docs/reference/command-line-tools-reference/kube-proxy/) 是集群中每个节点上运行的网络代理,
27+
<!--
28+
kube-proxy is a network proxy that runs on each
29+
{{< glossary_tooltip text="node" term_id="node" >}} in your cluster,
30+
implementing part of the Kubernetes
31+
{{< glossary_tooltip term_id="service">}} concept.
32+
-->
33+
[kube-proxy](/zh/docs/reference/command-line-tools-reference/kube-proxy/)
34+
是集群中每个{{< glossary_tooltip text="节点(node)" term_id="node" >}}所上运行的网络代理,
3135
实现 Kubernetes {{< glossary_tooltip term_id="service">}} 概念的一部分。
3236

3337
<!--more-->
3438

35-
<!-- kube-proxy maintains network rules on nodes. These network rules allow
36-
network communication to your Pods from network sessions inside or outside
37-
of your cluster. -->
38-
kube-proxy 维护节点上的网络规则。这些网络规则允许从集群内部或外部的网络会话与 Pod 进行网络通信。
39+
<!--
40+
[kube-proxy](/docs/reference/command-line-tools-reference/kube-proxy/)
41+
maintains network rules on nodes. These network rules allow network
42+
communication to your Pods from network sessions inside or outside of
43+
your cluster.
44+
-->
45+
kube-proxy 维护节点上的一些网络规则,
46+
这些网络规则会允许从集群内部或外部的网络会话与 Pod 进行网络通信。
3947

40-
<!-- kube-proxy uses the operating system packet filtering layer if there is one
41-
and it's available. Otherwise, kube-proxy forwards the traffic itself. -->
42-
如果操作系统提供了数据包过滤层并可用的话,kube-proxy 会通过它来实现网络规则。否则, kube-proxy 仅转发流量本身。
48+
<!--
49+
kube-proxy uses the operating system packet filtering layer if there is one
50+
and it's available. Otherwise, kube-proxy forwards the traffic itself.
51+
-->
52+
如果操作系统提供了可用的数据包过滤层,则 kube-proxy 会通过它来实现网络规则。
53+
否则,kube-proxy 仅做流量转发。

content/zh/docs/reference/glossary/kubelet.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ tags:
2828
<!--
2929
An agent that runs on each {{< glossary_tooltip text="node" term_id="node" >}} in the cluster. It makes sure that {{< glossary_tooltip text="containers" term_id="container" >}} are running in a {{< glossary_tooltip text="Pod" term_id="pod" >}}.
3030
-->
31-
一个在集群中每个{{< glossary_tooltip text="节点(node)" term_id="node" >}}上运行的代理
32-
它保证{{< glossary_tooltip text="容器(containers)" term_id="container" >}}
33-
运行在 {{< glossary_tooltip text="Pod" term_id="pod" >}} 中。
31+
`kubelet` 会在集群中每个{{< glossary_tooltip text="节点(node)" term_id="node" >}}上运行
32+
它保证{{< glossary_tooltip text="容器(containers)" term_id="container" >}}都运行在
33+
{{< glossary_tooltip text="Pod" term_id="pod" >}} 中。
3434

3535
<!--more-->
3636

3737
<!--
3838
The kubelet takes a set of PodSpecs that are provided through various mechanisms and ensures that the containers described in those PodSpecs are running and healthy. The kubelet doesn't manage containers which were not created by Kubernetes.
3939
-->
40-
kubelet 接收一组通过各类机制提供给它的 PodSpecs,确保这些 PodSpecs
41-
中描述的容器处于运行状态且健康。
40+
kubelet 接收一组通过各类机制提供给它的 PodSpecs,
41+
确保这些 PodSpecs 中描述的容器处于运行状态且健康。
4242
kubelet 不会管理不是由 Kubernetes 创建的容器。
4343

0 commit comments

Comments
 (0)