Fixed the link for Virtual IPs and Service Proxies.

This commit is contained in:
Shubham Kuchhal 2022-11-30 14:28:40 +05:30
parent 3d142256e3
commit 1ca418e151
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ targets TCP port 9376 on any Pod with the `app.kubernetes.io/name=MyApp` label.
Kubernetes assigns this Service an IP address (sometimes called the "cluster IP"), Kubernetes assigns this Service an IP address (sometimes called the "cluster IP"),
which is used by the Service proxies which is used by the Service proxies
(see [Virtual IPs and service proxies](#virtual-ips-and-service-proxies) below). (see [Virtual IPs and service proxies](#virtual-ip-addressing-mechanism) below).
The controller for the Service selector continuously scans for Pods that The controller for the Service selector continuously scans for Pods that
match its selector, and then POSTs any updates to an Endpoint object match its selector, and then POSTs any updates to an Endpoint object