etcd is a distributed key-value store commonly used for service discovery and configuration.
- Distributed key-value store
- Strong consistency
- Used by Kubernetes
- Service discovery registry
- Configuration storage
- Cluster coordination
- Open-source and self-hosted
¶ History and References