0 votes
in Kubernetes K8s by
What is ETCD in Kubernetes?

1 Answer

0 votes
by

ETCD is the distributed key-value store. It stores and replicates the configuring data of the Kubernetes cluster. 

...