From 7c283ba07a7b0ce2d7f4361de2f096c47294ede3 Mon Sep 17 00:00:00 2001 From: lakshmi Date: Mon, 5 Dec 2022 17:28:17 +0530 Subject: [PATCH] Updated service.md page --- .../docs/concepts/services-networking/service.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index 9bd08bc8ac..dd01d9e4bf 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -429,7 +429,7 @@ the port number for `http`, as well as the IP address. The Kubernetes DNS server is the only way to access `ExternalName` Services. You can find more information about `ExternalName` resolution in -[DNS Pods and Services](/docs/concepts/services-networking/dns-pod-service/). +[DNS for Services and Pods](/docs/concepts/services-networking/dns-pod-service/). ## Headless Services @@ -1205,12 +1205,13 @@ mechanism Kubernetes provides to expose a Service with a virtual IP address. ## {{% heading "whatsnext" %}} +Learn more about the following: * Follow the [Connecting Applications with Services](/docs/tutorials/services/connect-applications-service/) tutorial -* Read about [Ingress](/docs/concepts/services-networking/ingress/) -* Read about [EndpointSlices](/docs/concepts/services-networking/endpoint-slices/) +* [Ingress](/docs/concepts/services-networking/ingress/) exposes HTTP and HTTPS routes from outside the cluster to services within the cluster. +* [EndpointSlices](/docs/concepts/services-networking/endpoint-slices/) For more context: -* Read [Virtual IPs and Service Proxies](/docs/reference/networking/virtual-ips/) -* Read the [API reference](/docs/reference/kubernetes-api/service-resources/service-v1/) for the Service API -* Read the [API reference](/docs/reference/kubernetes-api/service-resources/endpoints-v1/) for the Endpoints API -* Read the [API reference](/docs/reference/kubernetes-api/service-resources/endpoint-slice-v1/) for the EndpointSlice API +* [Virtual IPs and Service Proxies](/docs/reference/networking/virtual-ips/) +* [API reference](/docs/reference/kubernetes-api/service-resources/service-v1/) for the Service API +* [API reference](/docs/reference/kubernetes-api/service-resources/endpoints-v1/) for the Endpoints API +* [API reference](/docs/reference/kubernetes-api/service-resources/endpoint-slice-v1/) for the EndpointSlice API