In Kubernetes architecture, which component is considered the "source of truth" for all cluster state and configuration?

Study for the Kubernetes Certified Network Administrator Exam. Our test offers comprehensive flashcards, multiple-choice questions, and detailed explanations. Be confident for your exam!

Multiple Choice

In Kubernetes architecture, which component is considered the "source of truth" for all cluster state and configuration?

Explanation:
etcd is the distributed key-value store that persists the entire cluster state and configuration. It is the authoritative data store, so it serves as the source of truth for Kubernetes. The API Server acts as the front door to this data, enforcing schema and access control, while the scheduler and kubelet interact with the API Server to read and update state but do not own the canonical cluster state themselves. Because etcd stores all objects and settings, safeguarding and backing up etcd is essential.

etcd is the distributed key-value store that persists the entire cluster state and configuration. It is the authoritative data store, so it serves as the source of truth for Kubernetes. The API Server acts as the front door to this data, enforcing schema and access control, while the scheduler and kubelet interact with the API Server to read and update state but do not own the canonical cluster state themselves. Because etcd stores all objects and settings, safeguarding and backing up etcd is essential.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy