Skip to main content

What is etcd and why is it critical to Kubernetes?

Entry Kubernetes
Quick Answer etcd is the distributed key-value store that holds all cluster state รขโ‚ฌโ€ every object, every Pod spec, every config, every secret. It's the only stateful part of the control plane. If etcd goes down, the cluster can't accept new operations (though running workloads continue). Regular etcd backups are non-negotiable in production.

Answer

etcd stores cluster state; corruption makes the cluster unusable.
S
SugharaIQ Editorial Team Verified Answer

This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.

Want to bookmark, take notes, or join discussions?

Sign in to access all features and personalize your learning experience.

Sign In Create Account

Source: SugharaIQ

Ready to level up? Start Practice