0 votes
in Kubernetes K8s by
What do you understand by load balancer in Kubernetes?

1 Answer

0 votes
by

A load balancer is one of the most common and standard ways of exposing service. There are two types of load balancer used based on the working environment i.e. either the Internal Load Balancer or the External Load Balancer. The Internal Load Balancer automatically balances load and allocates the pods with the required configuration whereas the External Load Balancer directs the traffic from the external load to the backend pods.

Related questions

0 votes
asked Jan 10, 2023 in Kubernetes K8s by sharadyadav1986
0 votes
asked Jan 11, 2023 in Kubernetes K8s by sharadyadav1986
...