What is etcd used for in Kubernetes?

What is etcd used for in Kubernetes?

a) Storage for container images
b) Storing cluster data
c) Load balancing
d) Monitoring logs

Answer:

b) Storing cluster data

Explanation:

etcd is a distributed key-value store that stores all the cluster data for Kubernetes, including configuration and state information.

Reference:

Kubernetes Quiz – MCQ – Multiple Choice Questions

Scroll to Top