- Home
- All questions
- Question 750
CKA study material · question 750 of 1000
A NodePort Service has three backing Pods on three of a cluster's ten nodes. Which nodes answer on the allocated node port?
Show the answer
Answer: D. All ten
A NodePort Service is reachable at that port on every node's address, whether or not the node runs one of the backing Pods; a node with none forwards the traffic on unless externalTrafficPolicy is Local.
Source: Service (Kubernetes) — Service type › type: NodePort