Merge pull request #49230 from xogoodnow/patch-1

Update dns-pod-service.md
pull/49294/head
Kubernetes Prow Robot 2025-01-06 13:20:17 +01:00 committed by GitHub
commit 659d8413e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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