Consul 0.7
11–20 of 22 posts
Re: Consul 0.7
#12Re: Consul 0.7
#13Re: Consul 0.7
#14Consul combined with consul-template for dynamic config changes in your environment is an extremely powerful solution which just works with minimum fuss. Works well when deploying clusters such as zookeeper, allows all the nodes to discover each other automatically and work out their id number.
Re: Consul 0.7
#15Thanks for some great tools guys, and a shout out to Fabio another great tool built on top of Consul https://github.com/eBay/fabio
Re: Consul 0.7
#16Thanks for some great tools guys, and a shout out to Fabio another great tool built on top of Consul https://github.com/eBay/fabio
How does Fabio handle being a single point of failure?
Do you mean something else by your question?
Re: Consul 0.7
#17Thanks for some great tools guys, and a shout out to Fabio another great tool built on top of Consul https://github.com/eBay/fabio
How does Fabio handle being a single point of failure?
Re: Consul 0.7
#18Consul combined with consul-template for dynamic config changes in your environment is an extremely powerful solution which just works with minimum fuss. Works well when deploying clusters such as zookeeper, allows all the nodes to discover each other automatically and work out their id number.
I am curious, why you are using both ZK and Consul as there is much overlap there.
Meanwhile, consul has lots of functionality built in that makes it a snap to use for service discovery within your existing infrastructure. You would have to build all this yourself on top of zookeeper, which just provides a distributed, consistent key-value store.
So it's easy to see why you could end up with both.
Re: Consul 0.7
#19Earlier quoted context omitted.
How does Fabio handle being a single point of failure?
This might be naiveté on my part, but I would assume you run multiple Fabio instances and treat it like you would any other LB. Do you mean something else by your question?