forked from kelseyhightower/kubernetes-the-hard-way
-
Notifications
You must be signed in to change notification settings - Fork 207
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
DNS resolution failed when there is app Pod and the coredns Pod on the same node #60
Comments
|
@xaocon Thank you!!! I tried and succeed! |
I write down for parmanent enable this module just in case:
|
Hey @tsubasaxZZZ, glad that helped. I think you should reopen this until there's a PR to fix it for everyone. |
Please create a PR for this, it's great! @tsubasaxZZZ and @xaocon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need your help. I finished all process the hardway, and I'm checking name resolution from Pods.
Then I realized a problem that failed name resolution.
Following indicated Pod deployment:
Senario 1 - try name resolve from util3(coredns Pod is same node):
Senario 2 - try name resolve from util4(coredns Pod is NOT same node):
I tried deleting coredns to move it to other node and this result was reverse as I expected.
I hope to name resolution both senarios.
Could you give me some idea?
The text was updated successfully, but these errors were encountered: