Why cannot add support to consul standard DNS functions.
32 views
Skip to first unread message
Ростислав Григорьев
unread,
Dec 1, 2016, 10:03:24 AM12/1/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Consul
Very nice be have Consul as Primary DNS server for my infrastructure.
But when i try to use Bind & Consul together, with multiple possible configurations i cannot do a normal usage of the Service Discovery by Consul.
Why we cannot add standard DNS server functional to Consul and go Bind to die.
James Phillips
unread,
Dec 19, 2016, 10:37:58 PM12/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to consu...@googlegroups.com
Hi,
We didn't want to take on the complexity of a full, general DNS server
in Consul. Lots of folks use BIND and then delegate just the .consul
subdomain to Consul, or use Consul as primary and set up -recursor up
to another DNS system. This guide might be useful -
https://www.consul.io/docs/guides/forwarding.html. Hope that helps!