0 votes
in Kubernetes K8s by
What is etcd?

1 Answer

0 votes
by

Kubernetes uses etcd as a distributed key-value store for all of its data, including metadata and configuration data, and allows nodes in Kubernetes clusters to read and write data. Although etcd was purposely built for CoreOS, it also works on a variety of operating systems (e.g., Linux, BSB, and OS X) because it is open-source. Etcd represents the state of a cluster at a specific moment in time and is a canonical hub for state management and cluster coordination of a Kubernetes cluster.

Related questions

0 votes
asked Mar 24 in Kubernetes K8s by rajeshsharma
0 votes
asked Mar 24 in Kubernetes K8s by rajeshsharma
...