Update link targets to avoid redirects. (#5604)
This commit is contained in:
@@ -308,7 +308,7 @@ There are several different proxies you may encounter when using Kubernetes:
|
||||
- proxy to target may use HTTP or HTTPS as chosen by proxy using available information
|
||||
- can be used to reach a Node, Pod, or Service
|
||||
- does load balancing when used to reach a Service
|
||||
1. The [kube proxy](/docs/user-guide/services/#ips-and-vips):
|
||||
1. The [kube proxy](/docs/concepts/services-networking/service/#ips-and-vips):
|
||||
- runs on each node
|
||||
- proxies UDP and TCP
|
||||
- does not understand HTTP
|
||||
|
||||
@@ -29,7 +29,7 @@ frontend and backend are connected using a Kubernetes Service object.
|
||||
[Services with external load balancers](/docs/tasks/access-application-cluster/create-external-load-balancer/), which
|
||||
require a supported environment. If your environment does not
|
||||
support this, you can use a Service of type
|
||||
[NodePort](/docs/user-guide/services/#type-nodeport) instead.
|
||||
[NodePort](/docs/concepts/services-networking/service/#type-nodeport) instead.
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ cluster nodes _provided your cluster runs in a supported environment and is conf
|
||||
## Configuration file
|
||||
|
||||
To create an external load balancer, add the following line to your
|
||||
[service configuration file](/docs/user-guide/services/operations/#service-configuration-file):
|
||||
[service configuration file](/docs/concepts/services-networking/service/operations/#service-configuration-file):
|
||||
|
||||
```json
|
||||
"type": "LoadBalancer"
|
||||
|
||||
@@ -101,7 +101,7 @@ load-balanced access to an application running in a cluster.
|
||||
## Using a service configuration file
|
||||
|
||||
As an alternative to using `kubectl expose`, you can use a
|
||||
[service configuration file](/docs/user-guide/services/operations)
|
||||
[service configuration file](/docs/concepts/services-networking/service/operations)
|
||||
to create a Service.
|
||||
|
||||
|
||||
|
||||
@@ -117,7 +117,7 @@ provides load balancing for an application that has two running instances.
|
||||
## Using a service configuration file
|
||||
|
||||
As an alternative to using `kubectl expose`, you can use a
|
||||
[service configuration file](/docs/user-guide/services/operations)
|
||||
[service configuration file](/docs/concepts/services-networking/service/operations)
|
||||
to create a Service.
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
Reference in New Issue
Block a user