Hello! i'm trying to setup a multi-site k3s cluste...
# welcome
u
Hello! i'm trying to setup a multi-site k3s cluster. i have 3 master nodes, one on a network at home, one on a network at a friends house, and one on a aws vps. i have them all talking over a wg network just fine. now i'm trying to get it working with HA, so that i can in theory fail over the controlplane in the even a site goes down. i'm trying to do it with kube-vip, but my issue is the floaing virtual ip. i cant seem to figure out a clean way to re-assign the ip to a different peer when a node does down. does any one have any experiance with this, or have an alternative solution to setup an HA cluster over multiple sites? trying to do this poor-man style on bare-metal, more or less.