etcd
Table of Contents
Distributed, Highly Available Key Value Store, used by Kubernetes to manage state.
Auxiliary features worth noting:
- ability to subscribe to changes on a key/key prefixes
- see the Raft Consensus algorithm
- strong consistency (strict serializability)