My Load Balancer and Ingress Setup: MetalLB, Traefik, and Cloudflare
When I first set up Kubernetes, I installed MetalLB right away to handle load balancing. Since I’m running a bare-metal cluster, I needed something that could assign external IPs without relying on a cloud provider, and MetalLB fit that role perfectly. For my ingress controller, K3S came with Traefik. I decided to use it as … Read more