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 a2f814e60d..6fffb6a064 100644 --- a/content/en/docs/concepts/services-networking/dns-pod-service.md +++ b/content/en/docs/concepts/services-networking/dns-pod-service.md @@ -107,10 +107,9 @@ and the domain name for your cluster is `cluster.local`, then the Pod has a DNS `172-17-0-3.default.pod.cluster.local`. -If you're using [CoreDNS], Pods exposed by a Service will also have the following -DNS resolution available: +Some cluster DNS mechanisms, like [CoreDNS], also provide `A` records for: -`pod-ipv4-address.service-name.my-namespace.svc.cluster-domain.example`. +pod-ipv4-address.service-name.my-namespace.svc.cluster-domain.example. ### Pod's hostname and subdomain fields @@ -365,4 +364,4 @@ this problem. For guidance on administering DNS configurations, check [Configure DNS Service](/docs/tasks/administer-cluster/dns-custom-nameservers/) -[CoreDNS]: /docs/tasks/administer-cluster/coredns/ +[CoreDNS]: https://coredns.io/