Do I Still Need MetalLB If I’m Using Calico?

0
20
Asked By CuriousCoder01 On

I've been using MetalLB in BGP mode with my home router (OPNsense) for a while now, and it's been working well with a VIP allocated to nginx-ingress. Lately, I had to revisit my setup for some updates and came across some of the new features in Calico. I noticed that Calico now has a BGPConfiguration for managing BGP and even supports IP Address Management (IPAM) for LoadBalancer services. This got me wondering, do I still need MetalLB, or can Calico cover the same functionality? Are there any hidden issues or trade-offs I should be aware of if I decide to remove MetalLB to simplify my cluster and free up some resources?

1 Answer

Answered By TechieJoe23 On

You actually might not need MetalLB anymore if your goal is just to route services from outside the cluster. Calico has gotten pretty robust with its BGP options, so it can handle the routing well on its own.

InquisitiveNerd92 -

What's the long answer, though? Could there be scenarios where having MetalLB is still beneficial?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.