We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce42422 commit 9dc3733Copy full SHA for 9dc3733
content/zh/docs/concepts/overview/components.md
@@ -22,6 +22,17 @@ card:
22
weight: 20
23
-->
24
25
+<!--
26
+When you deploy Kubernetes, you get a cluster.
27
+{{</* glossary_definition term_id="cluster" length="all" prepend="A Kubernetes cluster consists of" */>}}
28
+
29
+This document outlines the various components you need to have
30
+a complete and working Kubernetes cluster.
31
32
+Here's the diagram of a Kubernetes cluster with all the components tied together.
33
34
+
35
+-->
36
<!-- overview -->
37
当你部署完 Kubernetes, 即拥有了一个完整的集群。
38
{{< glossary_definition term_id="cluster" length="all" prepend="一个 Kubernetes 集群包含">}}
0 commit comments