The Wireguard mode is very interesting. Thanks for that link.
Comment on Questions regarind k8s ingress
Hercules@lemmy.world 2 weeks agoThanks for your response!
I haven’t used keepalived or haproxy before, but i quickly took a look at it. Do you mean i should setup 2 new vms which run keepalived an ha proxy?
While looking at keepalived i remembered reading about (kube-vip)[kube-vip.io]. Couldnt this also help me with the issue? Since this also uses a vip and 1 node gets elected and its able to inform the network which node this is?
ikidd@lemmy.world 2 weeks ago
thejml@lemm.ee 2 weeks ago
Honestly, that sounds like a keepalived replacement or equivalent. I went with keepalived because I’m also using the IP for the proxmox cluster itself so it had to be outside kube, but the idea is the same. If all you’re using the IP for is kube, go with kube-vip! But let us know how it works!
Hercules@lemmy.world 2 weeks ago
Currently I only will need to use it for k8s so kube-vip will do the job for now.