K8s component: etcd
28 May 2025 (Updated 1 June 2025)
What is etcd
?
etcd
is the distributed key-value store that holds the Kubernetes cluster‘s state.
It stores information like:
- The status of your resources (Deployment, Service, etc).
Tagged:
Kubernetes