Skip to content

Commit a9a7ac7

Browse files
committed
[zh] sync /setup/_index.md
1 parent 494a10f commit a9a7ac7

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

content/zh-cn/docs/setup/_index.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,17 @@ card:
3838

3939
<!--
4040
This section lists the different ways to set up and run Kubernetes.
41-
-->
42-
本节列出了设置和运行 Kubernetes 的不同方法。
43-
44-
<!--
4541
When you install Kubernetes, choose an installation type based on: ease of maintenance, security,
4642
control, available resources, and expertise required to operate and manage a cluster.
4743
-->
44+
本节列出了设置和运行 Kubernetes 的不同方法。
4845
安装 Kubernetes 时,请根据以下条件选择安装类型:易于维护、安全性、可控制性、可用资源以及操作和管理 Kubernetes 集群所需的专业知识。
4946

5047
<!--
5148
You can [download Kubernetes](/releases/download/) to deploy a Kubernetes cluster
5249
on a local machine, into the cloud, or for your own datacenter.
5350
54-
Several [Kubernetes components](/docs/concepts/overview/components/) such as `kube-apiserver` or `kube-proxy` can also be
51+
Several [Kubernetes components](/docs/concepts/overview/components/) such as {{< glossary_tooltip text="kube-apiserver" term_id="kube-apiserver" >}} or {{< glossary_tooltip text="kube-proxy" term_id="kube-proxy" >}} can also be
5552
deployed as [container images](/releases/download/#container-images) within the cluster.
5653
5754
It is **recommended** to run Kubernetes components as container images wherever
@@ -65,9 +62,9 @@ bare metal environments.
6562
-->
6663
你可以[下载 Kubernetes](/zh-cn/releases/download/),在本地机器、云或你自己的数据中心上部署 Kubernetes 集群。
6764

68-
某些 [Kubernetes 组件](/zh-cn/docs/concepts/overview/components/)
69-
比如 `kube-apiserver``kube-proxy` 等,
70-
可以在集群中以[容器镜像](/zh-cn/releases/download/#container-images)部署。
65+
诸如 {{< glossary_tooltip text="kube-apiserver" term_id="kube-apiserver" >}} 或
66+
{{< glossary_tooltip text="kube-proxy" term_id="kube-proxy" >}}
67+
等某些 [Kubernetes 组件](/zh-cn/docs/concepts/overview/components/)可以在集群中以[容器镜像](/zh-cn/releases/download/#container-images)部署。
7168

7269
**建议**尽可能将 Kubernetes 组件作为容器镜像运行,并且让 Kubernetes 管理这些组件。
7370
但是运行容器的相关组件 —— 尤其是 kubelet,不在此列。
@@ -79,7 +76,7 @@ bare metal environments.
7976
<!--
8077
## Learning environment
8178
-->
82-
## 学习环境
79+
## 学习环境 {#learning-environment}
8380

8481
<!--
8582
If you're learning Kubernetes, use the tools supported by the Kubernetes community,
@@ -93,7 +90,7 @@ See [Install tools](/docs/tasks/tools/).
9390
<!--
9491
## Production environment
9592
-->
96-
## 生产环境
93+
## 生产环境 {#production-environment}
9794

9895
<!--
9996
When evaluating a solution for a
@@ -107,12 +104,12 @@ for deploying Kubernetes is [kubeadm](/docs/setup/production-environment/tools/k
107104
在评估[生产环境](/zh-cn/docs/setup/production-environment/)的解决方案时,
108105
请考虑要自己管理 Kubernetes 集群(或相关抽象)的哪些方面,将哪些托付给提供商。
109106

110-
对于你自己管理的集群,官方支持的用于部署 Kubernetes 的工具是
107+
对于你自己管理的集群,官方支持的用于部署 Kubernetes 的工具是
111108
[kubeadm](/zh-cn/docs/setup/production-environment/tools/kubeadm/)
112109

113-
<!--
114110
## {{% heading "whatsnext" %}}
115111

112+
<!--
116113
- [Download Kubernetes](/releases/download/)
117114
- Download and [install tools](/docs/tasks/tools/) including `kubectl`
118115
- Select a [container runtime](/docs/setup/production-environment/container-runtimes/) for your new cluster
@@ -124,13 +121,12 @@ Windows.
124121
125122
- Learn to [set up clusters with Windows nodes](/docs/concepts/windows/)
126123
-->
127-
## {{% heading "whatsnext" %}}
128-
129124
- [下载 Kubernetes](/zh-cn/releases/download/)
130-
- 下载并[安装工具](/zh-cn/docs/tasks/tools/),包括 kubectl 在内
125+
- [下载并安装包括 kubectl 在内的工具](/zh-cn/docs/tasks/tools/)
131126
- 为新集群选择[容器运行时](/zh-cn/docs/setup/production-environment/container-runtimes/)
132127
- 了解集群设置的[最佳实践](/zh-cn/docs/setup/best-practices/)
133128

134129
Kubernetes 的设计是让其{{< glossary_tooltip term_id="control-plane" text="控制平面" >}}在 Linux 上运行的。
135130
在集群中,你可以在 Linux 或其他操作系统(包括 Windows)上运行应用程序。
131+
136132
- 学习[配置包含 Windows 节点的集群](/zh-cn/docs/concepts/windows/)

0 commit comments

Comments
 (0)