-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How DNS resolution happens? #777
Comments
I just grabbed the latest helm from https://helm.sh/docs/intro/install/ and installed it on the jump server. Verified helm was good to go on jump server. Then ran: |
okay. I could see below config in kubelet config file. If we need coredns, we can simply run the coredns manifests. But how these are interconnected. clusterDomain: "cluster.local"
|
Hey there ! I had this problem too, and I don't want to use Helm right now. I have installed coredns following instruction here and adapting DNS clusterIP seems to work:
Hope it helps. |
Bootstrapped K8S cluster with the recent changes, and the pods running are unable to resolve DNS. I could see DNS nameserver 10.32.0.10. configured in kubelet.
Is there any config needed?like installing coredns or something? or How can i make pod to resolve DNS.
The text was updated successfully, but these errors were encountered: