You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,13 +48,16 @@ a complete and working Kubernetes cluster.
47
48
<!--
48
49
## Control Plane Components
49
50
50
-
The control plane's components make global decisions about the cluster (for example, scheduling), as well as detecting and responding to cluster events (for example, starting up a new {{< glossary_tooltip text="pod" term_id="pod">}} when a deployment's `replicas` field is unsatisfied).
51
+
The control plane's components make global decisions about the cluster (for example, scheduling),
52
+
as well as detecting and responding to cluster events (for example, starting up a new
53
+
{{< glossary_tooltip text="pod" term_id="pod">}} when a deployment's
54
+
`{{< glossary_tooltip text="replicas" term_id="replica" >}}` field is unsatisfied).
@@ -187,9 +191,11 @@ see [Addons](/docs/concepts/cluster-administration/addons/).
187
191
<!--
188
192
### DNS
189
193
190
-
While the other addons are not strictly required, all Kubernetes clusters should have [cluster DNS](/docs/concepts/services-networking/dns-pod-service/), as many examples rely on it.
194
+
While the other addons are not strictly required, all Kubernetes clusters should have
195
+
[cluster DNS](/docs/concepts/services-networking/dns-pod-service/), as many examples rely on it.
191
196
192
-
Cluster DNS is a DNS server, in addition to the other DNS server(s) in your environment, which serves DNS records for Kubernetes services.
197
+
Cluster DNS is a DNS server, in addition to the other DNS server(s) in your environment,
198
+
which serves DNS records for Kubernetes services.
193
199
194
200
Containers started by Kubernetes automatically include this DNS server in their DNS searches.
195
201
-->
@@ -206,7 +212,9 @@ Kubernetes 启动的容器自动将此 DNS 服务器包含在其 DNS 搜索列
206
212
<!--
207
213
### Web UI (Dashboard)
208
214
209
-
[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.
215
+
[Dashboard](/docs/tasks/access-application-cluster/web-ui-dashboard/) is a general purpose,
216
+
web-based UI for Kubernetes clusters. It allows users to manage and troubleshoot applications
217
+
running in the cluster, as well as the cluster itself.
210
218
-->
211
219
### Web 界面(仪表盘) {#web-ui-dashboard}
212
220
@@ -218,7 +226,8 @@ Kubernetes 启动的容器自动将此 DNS 服务器包含在其 DNS 搜索列
218
226
<!--
219
227
### Container Resource Monitoring
220
228
221
-
[Container Resource Monitoring](/docs/tasks/debug/debug-cluster/resource-usage-monitoring/) records generic time-series metrics
about containers in a central database, and provides a UI for browsing that data.
223
232
-->
224
233
### 容器资源监控 {#container-resource-monitoring}
@@ -254,7 +263,8 @@ allocating IP addresses to pods and enabling them to communicate with each other
254
263
255
264
<!--
256
265
Learn more about the following:
257
-
* [Nodes](/docs/concepts/architecture/nodes/) and [their communication](/docs/concepts/architecture/control-plane-node-communication/) with the control plane.
266
+
* [Nodes](/docs/concepts/architecture/nodes/) and [their communication](/docs/concepts/architecture/control-plane-node-communication/)
* See the [Identifiers and Names in Kubernetes](https://git.k8s.io/design-proposals-archive/architecture/identifiers.md) design document.
0 commit comments