Skip to content

Latest commit

 

History

History

metallb

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Kubernetes LoadBalancer service for On-Premises

You can define a LoadBalancer service in Kubernetes even in an On-Premises environment using MetalLB.

as you can see in the image below, the nodeport service is accessible through all worker nodes but the client should load balance requests on himself:

But if you using LoadBalancer service, you can define a VIP for your service and the client does not to know ther worker's machine IPs.