-1

I have a k8s cluster, and need to host a few websites, currently I am using host network way to proxy the traffic.

However, as the traffic grows, I will need a more scalable solution to load balance traffic.

I have tried some tutorials on the internet with bare metallb https://metallb.universe.tf/, but it was not successful. I am not familiar with network technologies, would someone recommend a solution for on-premise load-balancer hardware, or baremetal loadbalancer software that are easy to install and maintain?

old_timer
  • 69,149
  • 8
  • 89
  • 168
jwpublic
  • 93
  • 1
  • 1
  • 4
  • hi and welcome. Actually metallb(e.g in spike with minikube) is what you need. At least I would recommend you to use metallb. maybe you may want to create in parallel brand new question about issues you are facing with metallb? – Vit Jun 16 '21 at 13:07

1 Answers1

0

You can combine keepalived with haproxy ingress controller for a HA Solution.

Here a example link for a possible solution How To Set Up Highly Available HAProxy Servers with Keepalived and Floating IPs on Ubuntu 14.04

Aleksandar
  • 2,442
  • 3
  • 15
  • 24