What’s the best load balancer for a private K8s cluster?

0
2
Asked By CloudySky33 On

I'm setting up a multi-master Kubernetes cluster on-premises and I'm curious about load balancing. I know major cloud providers like Azure and AWS have their own solutions, but what do you all recommend for an on-premises setup? Should the load balancer run on a separate machine? Would love to hear about your experiences. Thanks!

5 Answers

Answered By K8sWhiz123 On
Answered By NetworkNinja17 On

I personally use MetalLB with BGP mode, and it's been working great for managing traffic effectively to my API servers.

Answered By TechGuru82 On

MetalLB is a popular choice for load balancing in on-prem Kubernetes clusters. It's designed specifically for this scenario, and many users have had success with it.

Answered By CoderDude77 On

I've also used MetalLB in BGP mode, and it definitely does the job. Alternatively, some folks prefer HAProxy for its robust features and flexibility.

Answered By K8sNewbie29 On

Quick question: does the load balancer just redirect requests to the API server on one of the master nodes? Is it really necessary if you only have a single master?

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.