best way to enable dns fowarding to local dns #10341
Closed
davidmacdonald80
started this conversation in
General
Replies: 1 comment 3 replies
-
What specifically are you trying to forward? Coredns will use whatever nameservers you have in resolv.conf on the node where the pod runs, so you should just be able to point the node at your preferred DNS server, and anything it can resolve, can be resolved from within the cluster. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm still pretty new to Kubernetes/k3s. I'm not sure how many pages I've skimmed through trying to find the right, best, or any way to forward to a local dns server outside of Kubernetes. I've figured out how to modify the deployment configmap but it doesn't seem like a permanent or best solution. I'm fine with a permanent patch or reinstalling from scratch with the proper flags or configs. I just have no clue what they are.
Beta Was this translation helpful? Give feedback.
All reactions