5 ms·
We use consul. Each instance has it's own bind setup with DNS forwarding and it forwards normal traffic on through the regular DNS servers and anything in .con
by geekbri 12y ago
We use consul. Each instance has it's own bind setup with DNS forwarding and it forwards normal traffic on through the regular DNS servers and anything in .consul on to the consul client running locally.
- balou 12y agoI like the consul approach, I'm just not a big fan of Bind :) I'll give it a shot. Thanks !