- Home
- All questions
- Question 275
CKA study material · question 275 of 1000
What does dnsPolicy Default actually do?
Show the answer
Answer: C. Makes the Pod inherit the node's name resolution configuration
Default makes the Pod inherit the node's resolver configuration rather than using cluster DNS.
Source: DNS for Services and Pods (Kubernetes) — Pod's DNS Policy