etcd is a distributed reliable key-value store having the following properties:
etcd is written in Go and uses the Raft consensus algorithm to manage a highly-available replicated log.
etcd is used as storage to store context related to
The section ETCD setup section details how to set up an etcd cluster
Last modified on : 15-Oct-24