Distributed Application Coordination
Top > Applications > Development > Distributed Application Coordination
- Etcd - Etcd is a distributed, consistent key value store that, like most solutions in its category, gracefully handles leader elections during network partitions and will tolerate machine failure, including the leader. Its flagship users are Kubernetes and CloudFoundry. 🌐
- ZooKeeper - ZooKeeper is a centralised service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. 🌐
Before You Leave
🤘 Subscribe to my 100% spam-free newsletter!