Skip to content

Commit 95913f9

Browse files
authored
fix: clarify that certain Pod A records are only available with CoreDNS
related to kubernetes/dns#633
1 parent 35b3ebb commit 95913f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ and the domain name for your cluster is `cluster.local`, then the Pod has a DNS
107107

108108
`172-17-0-3.default.pod.cluster.local`.
109109

110-
Any Pods exposed by a Service have the following DNS resolution available:
110+
If you're using [CoreDNS], Pods exposed by a Service will also have the following
111+
DNS resolution available:
111112

112113
`pod-ipv4-address.service-name.my-namespace.svc.cluster-domain.example`.
113114

@@ -363,3 +364,5 @@ this problem.
363364

364365
For guidance on administering DNS configurations, check
365366
[Configure DNS Service](/docs/tasks/administer-cluster/dns-custom-nameservers/)
367+
368+
[CoreDNS]: /docs/tasks/administer-cluster/coredns/

0 commit comments

Comments
 (0)