Skip to content

Commit fbd15c7

Browse files
authored
Merge pull request #27610 from CaoDonghui123/fix1
[zh]update setup/_index.md
2 parents a6934a6 + 76174c4 commit fbd15c7

File tree

1 file changed

+8
-31
lines changed

1 file changed

+8
-31
lines changed

content/zh/docs/setup/_index.md

Lines changed: 8 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,21 @@ card:
3737
<!-- overview -->
3838

3939
<!--
40-
This section covers different options to set up and run Kubernetes.
40+
This section lists the different ways to set up and run Kubernetes.
4141
-->
42-
本节介绍了设置和运行 Kubernetes 环境的不同选项
42+
本节列出了设置和运行 Kubernetes 的不同方法
4343

4444
<!--
45-
Different Kubernetes solutions meet different requirements: ease of maintenance, security, control, available resources, and expertise required to operate and manage a cluster.
45+
When you install Kubernetes, choose an installation type based on: ease of maintenance, security,
46+
control, available resources, and expertise required to operate and manage a cluster.
4647
-->
47-
不同的 Kubernetes 解决方案满足不同的要求:易于维护、安全性、可控制性、可用资源以及操作和管理 Kubernetes 集群所需的专业知识。
48+
安装 Kubernetes 时,请根据以下条件选择安装类型:易于维护、安全性、可控制性、可用资源以及操作和管理 Kubernetes 集群所需的专业知识。
4849

4950
<!--
50-
You can deploy a Kubernetes cluster on a local machine, cloud, on-prem datacenter; or choose a managed Kubernetes cluster. You can also create custom solutions across a wide range of cloud providers, or bare metal environments.
51+
You can deploy a Kubernetes cluster on a local machine, cloud, on-prem datacenter, or choose a managed Kubernetes cluster. There are also custom solutions across a wide range of cloud providers, or bare metal environments.
5152
-->
5253
可以在本地机器、云、本地数据中心上部署 Kubernetes 集群,或选择一个托管的 Kubernetes 集群。还可以跨各种云提供商或裸机环境创建自定义解决方案。
5354

54-
<!--
55-
More simply, you can create a Kubernetes cluster in learning and production environments.
56-
-->
57-
更简单地说,可以在学习和生产环境中创建一个 Kubernetes 集群。
58-
59-
60-
6155
<!-- body -->
6256

6357
<!--
@@ -66,26 +60,9 @@ More simply, you can create a Kubernetes cluster in learning and production envi
6660
## 学习环境
6761

6862
<!--
69-
If you're learning Kubernetes, use the Docker-based solutions: tools supported by the Kubernetes community, or tools in the ecosystem to set up a Kubernetes cluster on a local machine.
63+
If you're learning Kubernetes, use the tools supported by the Kubernetes community, or tools in the ecosystem to set up a Kubernetes cluster on a local machine.
7064
-->
71-
如果正打算学习 Kubernetes,请使用基于 Docker 的解决方案:Docker 是 Kubernetes 社区支持或生态系统中用来在本地计算机上设置 Kubernetes 集群的一种工具。
72-
73-
<!--
74-
{{< table caption="Local machine solutions table that lists the tools supported by the community and the ecosystem to deploy Kubernetes." >}}
75-
|Community |Ecosystem |
76-
| ------------ | -------- |
77-
| [Minikube](/docs/setup/learning-environment/minikube/) | [Docker Desktop](https://www.docker.com/products/docker-desktop)|
78-
| [kind (Kubernetes IN Docker)](/docs/setup/learning-environment/kind/) | [Minishift](https://docs.okd.io/latest/minishift/)|
79-
| | [MicroK8s](https://microk8s.io/)|
80-
-->
81-
{{< table caption="本地机器解决方案表,其中列出了社区和生态系统支持的用于部署 Kubernetes 的工具。" >}}
82-
83-
|社区 |生态系统 |
84-
| ------------ | -------- |
85-
| [Minikube](/zh/docs/setup/learning-environment/minikube/) | [Docker Desktop](https://www.docker.com/products/docker-desktop)|
86-
| [kind (Kubernetes IN Docker)](/zh/docs/setup/learning-environment/kind/) | [Minishift](https://docs.okd.io/latest/minishift/)|
87-
| | [MicroK8s](https://microk8s.io/)|
88-
65+
如果正打算学习 Kubernetes,请使用 Kubernetes 社区支持或生态系统中的工具在本地计算机上设置 Kubernetes 集群。
8966

9067
<!--
9168
## Production environment

0 commit comments

Comments
 (0)