Configure coredns to allow known dns and block other external dns #7603
Unanswered
abhiverma001
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I’m trying to configure CoreDNS in a Kubernetes cluster so that only a specific set of external domains are allowed for DNS resolution, and all other external domains should be blocked
Example use case:
Allow only *.mycompany.com, amazonaws.com, and github.com
Block everything else (like google.com, dodgy.site.com, etc.)
Questions:
Is there a recommended plugin or configuration approach for DNS whitelisting?
Any examples or community patterns for production-grade DNS allowlists?
Beta Was this translation helpful? Give feedback.
All reactions