From 1ca418e151a2bcb6ba6d6657302c32c841f39b19 Mon Sep 17 00:00:00 2001 From: Shubham Kuchhal Date: Wed, 30 Nov 2022 14:28:40 +0530 Subject: [PATCH] Fixed the link for Virtual IPs and Service Proxies. --- content/en/docs/concepts/services-networking/service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index 9bd08bc8ac..ce7d503e90 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -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"), 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 match its selector, and then POSTs any updates to an Endpoint object