Skip to content

Commit aafbbd1

Browse files
committed
Replaced Virtual IPs and service proxies to Virtual IP addressing mechanism
1 parent 1ca418e commit aafbbd1

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ targets TCP port 9376 on any Pod with the `app.kubernetes.io/name=MyApp` label.
9999

100100
Kubernetes assigns this Service an IP address (sometimes called the "cluster IP"),
101101
which is used by the Service proxies
102-
(see [Virtual IPs and service proxies](#virtual-ip-addressing-mechanism) below).
102+
(see [Virtual IP addressing mechanism](#virtual-ip-addressing-mechanism) below).
103103

104104
The controller for the Service selector continuously scans for Pods that
105105
match its selector, and then POSTs any updates to an Endpoint object

0 commit comments

Comments
 (0)