- Home
- All questions
- Question 354
CKA study material · question 354 of 1000
A Deployment using hostPort cannot schedule beyond a handful of replicas. Why?
Show the answer
Answer: C. hostPort limits it to as many Pods as there are nodes
Binding to a hostPort means only one such Pod per node, so replicas are capped by the node count.
Source: Debug Pods (Kubernetes) — My pod stays pending