Skip to content

Commit 3df0f3c

Browse files
authored
Merge pull request #6362 from stewart-yu/patch-7
Update proxies.md
2 parents 2b96852 + 49cba3d commit 3df0f3c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/concepts/cluster-administration/proxies.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This page explains proxies used with Kubernetes.
1212

1313
There are several different proxies you may encounter when using Kubernetes:
1414

15-
1. The [kubectl proxy](/docs/tasks/access-application-cluster/access-cluster/#directly-accessing-the-rest-api):
15+
1. The [kubectl proxy](/docs/tasks/access-application-cluster/access-cluster/#directly-accessing-the-rest-api):
1616

1717
- runs on a user's desktop or in a pod
1818
- proxies from a localhost address to the Kubernetes apiserver
@@ -21,7 +21,7 @@ There are several different proxies you may encounter when using Kubernetes:
2121
- locates apiserver
2222
- adds authentication headers
2323

24-
1. The [apiserver proxy](/docs/tasks/access-application-cluster/access-cluster/#discovering-builtin-services):
24+
1. The [apiserver proxy](/docs/tasks/access-application-cluster/access-cluster/#discovering-builtin-services):
2525

2626
- is a bastion built into the apiserver
2727
- connects a user outside of the cluster to cluster IPs which otherwise might not be reachable
@@ -31,21 +31,21 @@ There are several different proxies you may encounter when using Kubernetes:
3131
- can be used to reach a Node, Pod, or Service
3232
- does load balancing when used to reach a Service
3333

34-
1. The [kube proxy](/docs/concepts/services-networking/service/#ips-and-vips):
34+
1. The [kube proxy](/docs/concepts/services-networking/service/#ips-and-vips):
3535

3636
- runs on each node
3737
- proxies UDP and TCP
3838
- does not understand HTTP
3939
- provides load balancing
4040
- is just used to reach services
4141

42-
1. A Proxy/Load-balancer in front of apiserver(s):
42+
1. A Proxy/Load-balancer in front of apiserver(s):
4343

4444
- existence and implementation varies from cluster to cluster (e.g. nginx)
4545
- sits between all clients and one or more apiservers
4646
- acts as load balancer if there are several apiservers.
4747

48-
1. Cloud Load Balancers on external services:
48+
1. Cloud Load Balancers on external services:
4949

5050
- are provided by some cloud providers (e.g. AWS ELB, Google Cloud Load Balancer)
5151
- are created automatically when the Kubernetes service has type `LoadBalancer`

0 commit comments

Comments
 (0)