0 votes
in Kubernetes K8s by
Explain the Load balancer in Kubernetes.

1 Answer

0 votes
by
The load balancer is a way of distributing the loads, which is easy to implement at the dispatch level. Each load balancer sits between the client devices and the backend servers. It receives and distributes the incoming requests to all available servers.
...