@@ -540,7 +540,7 @@ There are several different proxies you may encounter when using Kubernetes:
540
540
- can be used to reach a Node, Pod, or Service
541
541
- does load balancing when used to reach a Service
542
542
-->
543
- 1 . [ apiserver 代理] ( #discovering-builtin-services ) :
543
+ 2 . [ apiserver 代理] ( #discovering-builtin-services ) :
544
544
545
545
- 内置于 apiserver 中
546
546
- 将集群外部的用户连接到集群 IP,否则这些 IP 可能无法访问
@@ -559,7 +559,7 @@ There are several different proxies you may encounter when using Kubernetes:
559
559
- provides load balancing
560
560
- is just used to reach services
561
561
-->
562
- 1 . [ kube proxy] ( /docs/concepts/services-networking/service/#ips-and-vips ) :
562
+ 3 . [ kube proxy] ( /docs/concepts/services-networking/service/#ips-and-vips ) :
563
563
564
564
- 运行在每个节点上
565
565
- 代理 UDP 和 TCP
@@ -574,7 +574,7 @@ There are several different proxies you may encounter when using Kubernetes:
574
574
- sits between all clients and one or more apiservers
575
575
- acts as load balancer if there are several apiservers.
576
576
-->
577
- 1 . 位于 apiserver 之前的 Proxy/Load-balancer:
577
+ 4 . 位于 apiserver 之前的 Proxy/Load-balancer:
578
578
579
579
- 存在和实现因集群而异(例如 nginx)
580
580
- 位于所有客户和一个或多个 apiserver 之间
@@ -591,7 +591,7 @@ There are several different proxies you may encounter when using Kubernetes:
591
591
Kubernetes users will typically not need to worry about anything other than the first two types. The cluster admin
592
592
will typically ensure that the latter types are setup correctly.
593
593
-->
594
- 1 . 外部服务上的云负载均衡器:
594
+ 5 . 外部服务上的云负载均衡器:
595
595
596
596
- 由一些云提供商提供(例如 AWS ELB,Google Cloud Load Balancer)
597
597
- 当 Kubernetes 服务类型为 ` LoadBalancer ` 时自动创建
0 commit comments