Etcd 0.3.0 – Improved Cluster Discovery, API Enhancements and Windows Support
1–10 of 50 posts
Re: Etcd 0.3.0 – Improved Cluster Discovery, API Enhancements and Windows Support
#2Re: Etcd 0.3.0 – Improved Cluster Discovery, API Enhancements and Windows Support
#3Re: Etcd 0.3.0 – Improved Cluster Discovery, API Enhancements and Windows Support
#4Re: Etcd 0.3.0 – Improved Cluster Discovery, API Enhancements and Windows Support
#5I can't figure out what etcd is. Any help?
Re: Etcd 0.3.0 – Improved Cluster Discovery, API Enhancements and Windows Support
#6I can't figure out what etcd is. Any help?
Re: Etcd 0.3.0 – Improved Cluster Discovery, API Enhancements and Windows Support
#7I can't figure out what etcd is. Any help?
It is a distributed configuration management clustering product like zookeeper. It simplifies the creation and sharing of mostly configuration data in clustered or distributed systems.
Re: Etcd 0.3.0 – Improved Cluster Discovery, API Enhancements and Windows Support
#8Earlier quoted context omitted.
It is a distributed configuration management clustering product like zookeeper. It simplifies the creation and sharing of mostly configuration data in clustered or distributed systems.
I don't know what that means or what zookeeper is... Can you explain the problem it solves?
Re: Etcd 0.3.0 – Improved Cluster Discovery, API Enhancements and Windows Support
#9- AFAIK, etcd is built on RAFT, which relies on a 'joint majority' method of transitioning cluster membership. Are there any issues forming agreement on what the new membership should be when it's unclear what nodes are still supposed to be part of the cluster? - In the land of ZooKeeper, cluster configurations are typically very very stable, so tracking membership takes very little information. Is etcd targeted to more dynamic environments where the garbage generated by entering and leaving nodes is significant?
Re: Etcd 0.3.0 – Improved Cluster Discovery, API Enhancements and Windows Support
#10I can't figure out what etcd is. Any help?
Imagine that, but across multiple servers at once. Plus a few other things that some use cases have been built up for.