# 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 the content below to `.claude/skills/` or append to your `CLAUDE.md`: # 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 <