A county needs Pods to resolve an on-prem Active Directory DNS zone for internal directories. How is that commonly configured with CoreDNS?
Select an answer to reveal the explanation.
Short Explanation
Teach CoreDNS about the other building: put a stub or forward for the AD zone in the CoreDNS ConfigMap so cluster Pods can ask the right external DNS for those names.
Full Explanation
CoreDNS is configured via its ConfigMap (Corefile). Administrators add stub domains or forward stanzas so selected zones are resolved by external DNS such as Active Directory. Ingress hosts, Deployment annotation renames, and Gateway listeners do not configure CoreDNS forwarding.