Hacker News new | ask | show | jobs
by balou 4336 days ago
I'd love to hear about other people's workflow when it comes to address that issue - are you simply re-provisoning the all shebang if a critical component is to be updated or change? or relying on etcd/zookeeper as mentioned? or ...
1 comments

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.
I like the consul approach, I'm just not a big fan of Bind :) I'll give it a shot. Thanks !