# MetalLB — Load Balancer Implementation for Bare-Metal Kubernetes > MetalLB is a network load-balancer implementation for bare-metal Kubernetes clusters using standard routing protocols (Layer 2 ARP/NDP or BGP). It lets Services of type LoadBalancer work on clusters that do not run on a cloud provider. ## Install Save as a script file and run: # MetalLB — Bare-Metal LoadBalancer for Kubernetes ## Quick Use ```bash # Install MetalLB kubectl apply -f \ https://raw.githubusercontent.com/metallb/metallb/v0.14.8/config/manifests/metallb-native.yaml # Configure an IP pool (L2 mode) cat <