Skip to content

Commit 0912bf0

Browse files
author
Tim Bannister
committed
Preserve existing hyperlinks in Service concept
1 parent ca9e396 commit 0912bf0

File tree

1 file changed

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

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,14 @@ to learn more.
11951195
Service is a top-level resource in the Kubernetes REST API. You can find more details
11961196
about the [Service API object](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#service-v1-core).
11971197

1198+
<!-- preserve existing hyperlinks -->
1199+
<a id="shortcomings" /><a id="#the-gory-details-of-virtual-ips" />
1200+
1201+
## Virtual IP addressing mechanism
1202+
1203+
Read [Virtual IPs and Service Proxies](/docs/reference/networking/virtual-ips/) to learn about the
1204+
mechanism Kubernetes provides to expose a Service with a virtual IP address.
1205+
11981206
## {{% heading "whatsnext" %}}
11991207

12001208
* Follow the [Connecting Applications with Services](/docs/tutorials/services/connect-applications-service/) tutorial

0 commit comments

Comments
 (0)