Request for enhancement: Proxmox VIP via keepalived

Mar 24, 2022
23
9
8
Proxmox is a clustered solution without a single point of contact (IP#) through which the cluster can always be communicate. My solution to this has been to use keepalived, install it on all of the cluster members to determine who owns a VIP. keepalived uses VRRP to negotiate who owns the VIP.

I'd really love it if this could be part of the general product as it'd save me needing to configure it on each and every deployment.

I'd welcome others to contribute their thoughts on this.
 
I'd welcome others to contribute their thoughts on this.
I run a HA VM inside of the cluster that runs traefik with sticky cookies so that I can already reach my cluster by one host. This machine also holds all my scripts to manage my hosts (automatic mount/umount of network storages, CLI creation of machines, ...).
 
  • Like
Reactions: t.lamprecht
I run a HA VM inside of the cluster that runs traefik with sticky cookies so that I can already reach my cluster by one host. This machine also holds all my scripts to manage my hosts (automatic mount/umount of network storages, CLI creation of machines, ...).
Would you perchance be able to share some of those scripts if they're on a repo? They seem immensely useful!