Skip to content

DNS Services

Brian Akins edited this page Jan 9, 2015 · 1 revision

See Configuration-Management-and-Service-Discovery

DNS is used for service discovery as well as general DNS.

On selected Hypervisors, the custom dns server is setup. The custom DNS server only answers for lochness.local (configurable, but only a single domain) for services and nodes. This DNS server listens on a custom high port.

A second DNS server (unbound? dnsmasq?) is setup also. It forwards all requests for lochness.local to the custom DNS server. All other requests are forwarded to the dns servers set in etcd at /config/nameservers.

Clone this wiki locally