- Home
- All questions
- Question 780
CKA study material · question 780 of 1000
In the default Corefile, which two plugins divide the work of answering queries? Choose two.
Show the answer
Answer: A. kubernetes, which answers for the cluster domain
C. forward, which sends the rest to the node's resolvers
The kubernetes plugin answers for Services and Pods in the cluster domain, and forward sends everything outside it to the resolvers in /etc/resolv.conf.
Source: Customizing DNS Service (Kubernetes) — CoreDNS › CoreDNS ConfigMap options