- Home
- All questions
- Question 5
CKA study material · question 5 of 1000
Why are the Kubernetes controllers compiled into a single kube-controller-manager binary?
Show the answer
Answer: A. To reduce complexity, even though each is logically a separate process
Each controller is logically its own process, but they are bundled into one binary to keep the moving parts down.
Source: Cluster Architecture (Kubernetes) — Control plane components › kube-controller-manager