We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca418e commit aafbbd1Copy full SHA for aafbbd1
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.
99
100
Kubernetes assigns this Service an IP address (sometimes called the "cluster IP"),
101
which is used by the Service proxies
102
-(see [Virtual IPs and service proxies](#virtual-ip-addressing-mechanism) below).
+(see [Virtual IP addressing mechanism](#virtual-ip-addressing-mechanism) below).
103
104
The controller for the Service selector continuously scans for Pods that
105
match its selector, and then POSTs any updates to an Endpoint object
0 commit comments