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

Enhance your knowledge for the Kubernetes Certified Network Administrator Test. Utilize flashcards and multiple choice questions with detailed explanations. Prepare effectively for your KCNA 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 Examzify

You can unsubscribe at any time. Read our privacy policy