- Home
- All questions
- Question 505
CKA study material · question 505 of 1000
You are auditing a cluster and want to distinguish core Kubernetes components from addons. Which two of the following are addons rather than core components? Choose two.
Show the answer
Answer: A. Cluster DNS
C. The Dashboard web UI
DNS, the Dashboard, container resource monitoring and cluster-level logging are all listed as addons. The API server and the kubelet are core components without which the cluster does not function.
Source: Kubernetes Components (Kubernetes) — Addons