- Home
- All questions
- Question 773
CKA study material · question 773 of 1000
A Pod with hostNetwork: true and dnsPolicy: ClusterFirst cannot resolve any in-cluster Service names. Why?
Show the answer
Answer: A. ClusterFirst on a host-network Pod falls back to Default behaviour
A Pod with host networking must set ClusterFirstWithHostNet explicitly; ClusterFirst quietly degrades to Default there, so the node's resolver is used and cluster names do not resolve.
Source: DNS for Services and Pods (Kubernetes) — Pods › Pod's DNS Policy