Why can I not resolve private EC2 DNS names in my pods when nodelocal dns is used? #170
Answered
by
autero1
yorinasub17
asked this question in
Help
-
I am trying to resolve private EC2 DNS names from pods, but the DNS queries return no answer. The same DNS records resolve correctly when hitting it from the underlying instances. What could be the issue here? Important note: I have NodeLocal DNS deployed |
Beta Was this translation helpful? Give feedback.
Answered by
autero1
Feb 4, 2022
Replies: 1 comment
-
If you’re having issues with non-cluster lookups with NodeLocal DNS deployed, check your (
Here,
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
autero1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you’re having issues with non-cluster lookups with NodeLocal DNS deployed, check your (
Corefile
) configuration:.:53
queries are forwarded to:Here,
__PILLAR__UPSTREAM__SERVERS__
might resolve to8.8.8.8
or some other custom DNS server, and subsequently fail to resolve the private EC2 DNS name.