Skip to content

Commit c6fb12d

Browse files
davidxiaTim Bannister
and
Tim Bannister
committed
Apply suggestions from code review
Co-authored-by: Tim Bannister <[email protected]>
1 parent 95913f9 commit c6fb12d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,9 @@ 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-
If you're using [CoreDNS], Pods exposed by a Service will also have the following
111-
DNS resolution available:
110+
Some cluster DNS mechanisms, like [CoreDNS], also provide `A` records for:
112111

113-
`pod-ipv4-address.service-name.my-namespace.svc.cluster-domain.example`.
112+
<tt><em>pod-ipv4-address</em>.<em>service-name</em>.<em>my-namespace</em>.svc.<em>cluster-domain.example</em>.</tt>
114113

115114
### Pod's hostname and subdomain fields
116115

@@ -365,4 +364,4 @@ this problem.
365364
For guidance on administering DNS configurations, check
366365
[Configure DNS Service](/docs/tasks/administer-cluster/dns-custom-nameservers/)
367366

368-
[CoreDNS]: /docs/tasks/administer-cluster/coredns/
367+
[CoreDNS]: https://coredns.io/

0 commit comments

Comments
 (0)