-
Notifications
You must be signed in to change notification settings - Fork 1
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
Consul DNS #21
Comments
Consul must exist on the node in order for consul DNS resolution to work on that node |
Docker won't recognise the difference between the host resolver (which forwards upstream) and a configured systemd resolver with Consul. See here |
echo 'make_resolv_conf() { :; }' > /etc/dhcp/dhclient-enter-hooks.d/leave_my_resolv_conf_alone
chmod 755 /etc/dhcp/dhclient-enter-hooks.d/leave_my_resolv_conf_alone |
enabling this disables the ability to have single names for hosts on the network.
|
Consul can be used to resolve DNS queries for services registered to it.
The text was updated successfully, but these errors were encountered: