- Home
- All questions
- Question 285
CKA study material · question 285 of 1000
Where is CoreDNS configured in a standard cluster?
Show the answer
Answer: C. In the coredns ConfigMap in kube-system
CoreDNS reads a Corefile held in the coredns ConfigMap in kube-system, so DNS behaviour is changed by editing it.
Source: Customizing DNS Service (Kubernetes) — CoreDNS ConfigMap options