- Home
- All questions
- Question 274
CKA study material · question 274 of 1000
Which dnsPolicy is used when a Pod does not set one?
Show the answer
Answer: D. ClusterFirst
ClusterFirst is the default; despite the name, the Default policy inherits the node's resolver instead.
Source: DNS for Services and Pods (Kubernetes) — Pod's DNS Policy