DevOps · Flashcard
What is etcd?
Why this is the answer
etcd is a strongly consistent, distributed key-value store used for config and coordination (it backs Kubernetes). It is not relational — there are no tables, rows or SQL; not a message queue — it stores state, not a stream of events; and not a cache — its data is the durable source of truth, not a disposable copy.
Read more in the docs