In this blog post we will see how to deploy Metallb and also expose an application and access the same with the help of Metallb loadbalancer. To install MetalLB, apply the manifest: kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.7/config/manifests/metallb-native.yaml Create IP Pool: In order to assign an IP to the services, MetalLB must be instructed to do so... Continue Reading →