Skip to content

Commit 9b695da

Browse files
authored
Update access-cluster.md
1 parent a59ab59 commit 9b695da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/zh/docs/tasks/access-application-cluster/access-cluster.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ There are several different proxies you may encounter when using Kubernetes:
540540
- can be used to reach a Node, Pod, or Service
541541
- does load balancing when used to reach a Service
542542
-->
543-
1. [apiserver 代理](#discovering-builtin-services)
543+
2. [apiserver 代理](#discovering-builtin-services)
544544

545545
- 内置于 apiserver 中
546546
- 将集群外部的用户连接到集群 IP,否则这些 IP 可能无法访问
@@ -559,7 +559,7 @@ There are several different proxies you may encounter when using Kubernetes:
559559
- provides load balancing
560560
- is just used to reach services
561561
-->
562-
1. [kube proxy](/docs/concepts/services-networking/service/#ips-and-vips)
562+
3. [kube proxy](/docs/concepts/services-networking/service/#ips-and-vips)
563563

564564
- 运行在每个节点上
565565
- 代理 UDP 和 TCP
@@ -574,7 +574,7 @@ There are several different proxies you may encounter when using Kubernetes:
574574
- sits between all clients and one or more apiservers
575575
- acts as load balancer if there are several apiservers.
576576
-->
577-
1. 位于 apiserver 之前的 Proxy/Load-balancer:
577+
4. 位于 apiserver 之前的 Proxy/Load-balancer:
578578

579579
- 存在和实现因集群而异(例如 nginx)
580580
- 位于所有客户和一个或多个 apiserver 之间
@@ -591,7 +591,7 @@ There are several different proxies you may encounter when using Kubernetes:
591591
Kubernetes users will typically not need to worry about anything other than the first two types. The cluster admin
592592
will typically ensure that the latter types are setup correctly.
593593
-->
594-
1. 外部服务上的云负载均衡器:
594+
5. 外部服务上的云负载均衡器:
595595

596596
- 由一些云提供商提供(例如 AWS ELB,Google Cloud Load Balancer)
597597
- 当 Kubernetes 服务类型为 `LoadBalancer` 时自动创建

0 commit comments

Comments
 (0)