Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>pull/49532/head
parent
95913f9dae
commit
c6fb12d440
|
@ -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`.
|
||||
<tt><em>pod-ipv4-address</em>.<em>service-name</em>.<em>my-namespace</em>.svc.<em>cluster-domain.example</em>.</tt>
|
||||
|
||||
### 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/
|
||||
|
|
Loading…
Reference in New Issue