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

Prepare for the Kubernetes Certified Network Administrator (KCNA) exam with our detailed tests. Use flashcards and multiple choice questions, complete with hints and explanations, to enhance your learning experience. Get exam-ready today!

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 Examzify

You can unsubscribe at any time. Read our privacy policy