@@ -51,12 +51,27 @@ control, available resources, and expertise required to operate and manage a clu
51
51
You can [download Kubernetes](/releases/download/) to deploy a Kubernetes cluster
52
52
on a local machine, into the cloud, or for your own datacenter.
53
53
54
+ Several [Kubernetes components](/docs/concepts/overview/components/) such as `kube-apiserver` or `kube-proxy` can also be
55
+ deployed as [container images](/releases/download/#container-images) within the cluster.
56
+
57
+ It is **recommended** to run Kubernetes components as container images wherever
58
+ that is possible, and to have Kubernetes manage those components.
59
+ Components that run containers - notably, the kubelet - can't be included in this category.
60
+
54
61
If you don't want to manage a Kubernetes cluster yourself, you could pick a managed service, including
55
62
[certified platforms](/docs/setup/production-environment/turnkey-solutions/).
56
63
There are also other standardized and custom solutions across a wide range of cloud and
57
64
bare metal environments.
58
65
-->
59
- 可以[ 下载 Kubernetes] ( /releases/download/ ) ,在本地机器、云或你自己的数据中心上部署 Kubernetes 集群。
66
+ 你可以[ 下载 Kubernetes] ( /zh-cn/releases/download/ ) ,在本地机器、云或你自己的数据中心上部署 Kubernetes 集群。
67
+
68
+ 某些 [ Kubernetes 组件] ( /zh-cn/docs/concepts/overview/components/ ) ,
69
+ 比如 ` kube-apiserver ` 或 ` kube-proxy ` 等,
70
+ 可以在集群中以[ 容器镜像] ( /zh-cn/releases/download/#container-images ) 部署。
71
+
72
+ ** 建议** 尽可能将 Kubernetes 组件作为容器镜像运行,并且让 Kubernetes 管理这些组件。
73
+ 但是运行容器的相关组件 —— 尤其是 kubelet,不在此列。
74
+
60
75
如果你不想自己管理 Kubernetes 集群,则可以选择托管服务,包括[ 经过认证的平台] ( /zh-cn/docs/setup/production-environment/turnkey-solutions/ ) 。
61
76
在各种云和裸机环境中,还有其他标准化和定制的解决方案。
62
77
<!-- body -->
@@ -106,15 +121,16 @@ for deploying Kubernetes is [kubeadm](/docs/setup/production-environment/tools/k
106
121
Kubernetes is designed for its {{< glossary_tooltip term_id="control-plane" text="control plane" >}} to
107
122
run on Linux. Within your cluster you can run applications on Linux or other operating systems, including
108
123
Windows.
109
- - Learn to [set up clusters with Windows nodes](/docs/setup/production-environment/windows/)
124
+
125
+ - Learn to [set up clusters with Windows nodes](/docs/concepts/windows/)
110
126
-->
111
127
## {{% heading "whatsnext" %}}
112
128
113
- - [ 下载 Kubernetes] ( /releases/download/ )
129
+ - [ 下载 Kubernetes] ( /zh-cn/ releases/download/ )
114
130
- 下载并[ 安装工具] ( /zh-cn/docs/tasks/tools/ ) ,包括 kubectl 在内
115
131
- 为新集群选择[ 容器运行时] ( /zh-cn/docs/setup/production-environment/container-runtimes/ )
116
132
- 了解集群设置的[ 最佳实践] ( /zh-cn/docs/setup/best-practices/ )
117
133
118
134
Kubernetes 的设计是让其{{< glossary_tooltip term_id="control-plane" text="控制平面" >}}在 Linux 上运行的。
119
135
在集群中,你可以在 Linux 或其他操作系统(包括 Windows)上运行应用程序。
120
- - 学习[ 配置包含 Windows 节点的集群] ( /zh-cn/docs/setup/production-environment /windows/ )
136
+ - 学习[ 配置包含 Windows 节点的集群] ( /zh-cn/docs/concepts /windows/ )
0 commit comments