What is Kubernetes Load Balancing?

devquora
devquora

Posted On: Feb 22, 2018

 

Load Balancing is one of the most common and the standard ways of exposing the services.

There are two types of load balancing in Kubernetes and they are:

  1. Internal load balancer – This type of balancer automatically balances loads and allocates the pods with the required configuration.
  2. External Load Balancer – This type of balancer directs the traffic from the external loads to backend pods.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Kubernetes Interview Questions

    What do you understand by Kubernetes?

    Kubernetes is basically a type of an open – source container...

    Kubernetes Interview Questions

    What are the difference between Kubernetes and Docker Swarm?

    The followings are the main difference between Kubernetes and docker and they are..

    Kubernetes Interview Questions

    What are nodes in kubernetes?

    A node is a type of work machine in Kubernetes that was previously known as a minion...