- Home
- All questions
- Question 779
CKA study material · question 779 of 1000
An administrator needs to change how cluster DNS forwards external queries. Where is that configured?
Show the answer
Answer: C. A ConfigMap holding CoreDNS's Corefile
CoreDNS is configured through a Corefile kept in a ConfigMap, so cluster DNS behaviour is changed by editing that object rather than a component flag.
Source: Customizing DNS Service (Kubernetes) — CoreDNS › CoreDNS ConfigMap options