0

I need to setup K8S in HA Mode on hosted Baremetal. If have a vSwitch Network where I can easily assign internal IPs. Is there a Virtual Linuxbased loadbalancer (Active/Passiv) software that allows me to run in L2 network? Where the Passive LB Node assigns the LB IP if the active one is not available in the Network?

edit: is keepalived maybe the answer to my own question?

schmichri
  • 387
  • 2
  • 10

1 Answers1

1

Keepalived with VRRP should be able to do this, yes.

arjarj
  • 3,101
  • 1
  • 17
  • 10