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
Component on the master that exposes the Kubernetes API. It is the front-end for the Kubernetes control plane.
21
+
Control plane component that serves the Kubernetes API.
22
22
23
23
aka:
24
24
tags:
@@ -27,18 +27,21 @@ tags:
27
27
-->
28
28
29
29
<!--
30
-
Component on the master that exposes the Kubernetes API. It is the front-end for the Kubernetes control plane.
30
+
The API server is a component of the Kubernetes
31
+
{{< glossary_tooltip text="control plane" term_id="control-plane" >}} that exposes the Kubernetes API.
32
+
The API server is the front end for the Kubernetes control plane.
31
33
-->
32
-
33
-
主节点上负责提供 Kubernetes API 服务的组件;它是 Kubernetes 控制面的前端。
34
+
API 服务器是 Kubernetes {{< glossary_tooltip text="控制面" term_id="control-plane" >}}的组件,
35
+
该组件公开了 Kubernetes API。
36
+
API 服务器是 Kubernetes 控制面的前端。
34
37
35
38
<!--more-->
36
39
37
40
<!--
38
-
It is designed to scale horizontally - that is, it scales by deploying more instances. See [Building High-Availability Clusters](/docs/admin/high-availability/).
41
+
The main implementation of a Kubernetes API server is [kube-apiserver](/docs/reference/generated/kube-apiserver/).
42
+
kube-apiserver is designed to scale horizontally—that is, it scales by deploying more instances.
43
+
You can run several instances of kube-apiserver and balance traffic between those instances.
39
44
-->
40
-
41
-
kube-apiserver 在设计上考虑了水平扩缩的需要。
42
-
换言之,通过部署多个实例可以实现扩缩。
43
-
参见[构造高可用集群](/docs/admin/high-availability/)。
44
-
45
+
Kubernetes API 服务器的主要实现是 [kube-apiserver](/zh/docs/reference/command-line-tools-reference/kube-apiserver/)。
0 commit comments