Improvement: Updated the link for Service Proxies.

pull/41893/head
shubham82 2023-07-05 18:32:00 +05:30
parent df252c23fa
commit ce9a098b01
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ my-nginx-7vzhx IPv4 80 10.244.2.5,10.244.3.4 21s
You should now be able to curl the nginx Service on `<CLUSTER-IP>:<PORT>` from You should now be able to curl the nginx Service on `<CLUSTER-IP>:<PORT>` from
any node in your cluster. Note that the Service IP is completely virtual, it any node in your cluster. Note that the Service IP is completely virtual, it
never hits the wire. If you're curious about how this works you can read more never hits the wire. If you're curious about how this works you can read more
about the [service proxy](/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies). about the [service proxy](/docs/reference/networking/virtual-ips/).
## Accessing the Service ## Accessing the Service