- Home
- All questions
- Question 2
CKA study material · question 2 of 1000
A cluster needs more API server throughput. What is the supported way to add capacity?
Show the answer
Answer: C. Run more kube-apiserver instances behind a load balancer
kube-apiserver is designed to scale horizontally; extra instances share traffic through a load balancer.
Source: Cluster Architecture (Kubernetes) — Control plane components › kube-apiserver