In Kubernetes, what is the role of an "etcd"?

  • A container orchestration tool
  • A container runtime
  • A distributed file system for pod data
  • A network overlay solution
Etcd is a distributed key-value store used in Kubernetes to store all configuration data, which ensures high availability and consistency. It's crucial for maintaining a shared configuration and service discovery among all nodes in the cluster.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *