- Home
- All questions
- Question 721
CKA study material · question 721 of 1000
How does Kubernetes typically implement a LoadBalancer Service?
Show the answer
Answer: C. A node port is allocated and the cloud controller points the external balancer at it
The usual implementation makes the changes equivalent to a NodePort Service and then has cloud-controller-manager configure the external balancer to forward to that port.
Source: Service (Kubernetes) — Service type › type: LoadBalancer