- Home
- All questions
- Question 782
CKA study material · question 782 of 1000
A cluster must send queries for internal.example.com to a particular corporate nameserver. How is that expressed in CoreDNS?
Show the answer
Answer: C. An additional forward stanza for that domain
CoreDNS uses the forward plugin for this; stubDomains and upstreamNameservers were the kube-dns settings and have no meaning in a Corefile.
Source: Customizing DNS Service (Kubernetes) — CoreDNS › CoreDNS ConfigMap options