Skip to content

Commit 8f678bb

Browse files
authored
Merge pull request #44039 from aojea/patch-3
Update dns-pod-service.md
2 parents cfed25b + 0608ebe commit 8f678bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ of the form `hostname.my-svc.my-namespace.svc.cluster-domain.example`.
9898

9999
### A/AAAA records
100100

101-
In general a Pod has the following DNS resolution:
101+
Kube-DNS versions, prior to the implementation of the [DNS specification](https://github.com/kubernetes/dns/blob/master/docs/specification.md), had the following DNS resolution:
102102

103-
`pod-ip-address.my-namespace.pod.cluster-domain.example`.
103+
`pod-ipv4-address.my-namespace.pod.cluster-domain.example`.
104104

105105
For example, if a Pod in the `default` namespace has the IP address 172.17.0.3,
106106
and the domain name for your cluster is `cluster.local`, then the Pod has a DNS name:
@@ -109,7 +109,7 @@ and the domain name for your cluster is `cluster.local`, then the Pod has a DNS
109109

110110
Any Pods exposed by a Service have the following DNS resolution available:
111111

112-
`pod-ip-address.service-name.my-namespace.svc.cluster-domain.example`.
112+
`pod-ipv4-address.service-name.my-namespace.svc.cluster-domain.example`.
113113

114114
### Pod's hostname and subdomain fields
115115

0 commit comments

Comments
 (0)