On prem loadbalancer metallb
When using Kubernetes onprem you need a load balancer to be able to expose your services. In the cloud you would use the already provided load balancers but on prem you need another way (unless you route the traffic through a cloudprovider)
Metallb can be found here https://metallb.universe.tf/installation/1. Open up your cluster and go to Launch kubectl
Copy and paste
On first install only
Go to your default project and go to resource -> workload -> Import yamlCreate your yaml and specify an address range that metallb can take from
Done! One provisioning any service with L4 loadbalancer, an ip will be taken from the pool you specified
Last updated