- etcd is a distributed, reliable key-value store for the most critical data of a distributed system.
- It can be used for Configuration Store & Service Discovery.
- It can also be used for the leader election.
- Its consistent and highly-available key value store which is used as Kubernetes backing store for all cluster data.