From 9d6a96ae3a31303c5f88b1f5af299f4e6639c461 Mon Sep 17 00:00:00 2001 From: Ali <115415312+xogoodnow@users.noreply.github.com> Date: Tue, 24 Dec 2024 17:10:08 +0330 Subject: [PATCH] Update dns-pod-service.md The second "Services" is redundant. --- content/en/docs/concepts/services-networking/dns-pod-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/dns-pod-service.md b/content/en/docs/concepts/services-networking/dns-pod-service.md index 4e42f8c00893b..94b46095fe229 100644 --- a/content/en/docs/concepts/services-networking/dns-pod-service.md +++ b/content/en/docs/concepts/services-networking/dns-pod-service.md @@ -77,7 +77,7 @@ depending on the IP family or families of the Service, with a name of the form of the Service. [Headless Services](/docs/concepts/services-networking/service/#headless-services) -(without a cluster IP) Services are also assigned DNS A and/or AAAA records, +(without a cluster IP) are also assigned DNS A and/or AAAA records, with a name of the form `my-svc.my-namespace.svc.cluster-domain.example`. Unlike normal Services, this resolves to the set of IPs of all of the Pods selected by the Service. Clients are expected to consume the set or else use standard round-robin