this post was submitted on 31 Aug 2025
10 points (100.0% liked)

Proxmox

1407 readers
1 users here now

Proxmox VE is a complete, open-source server management platform for enterprise virtualization. It tightly integrates the KVM hypervisor and Linux Containers (LXC), software-defined storage and networking functionality, on a single platform. With the integrated web-based user interface you can manage VMs and containers, high availability for clusters, or the integrated disaster recovery tools with ease.

Proxmox VE Official site

K3S on Proxmox LXC

founded 2 years ago
MODERATORS
 

I recently installed proxmox on two 7050 micro pcs, and set up a third box with PBS.

I had planned to set up a proxmox HA pair with the PBS providing quorum.

After digging into this now I'm questioning doing this at all.

I have some docker instances that are monitoring things with node-red.

I'm thinking about setting up home assistant for controlling stuff.

Is messing with proxmox HA worth it?

The solution seems like an after thought, at least from an installation and configuration aspect.

Anyone using HA?

top 3 comments
sorted by: hot top controversial new old
[–] gyptazy@gyptazy.com 2 points 1 month ago

Using HA a lot but it always depends on your goal. I'm also running several cluster without any HA at my @BoxyBSD@bsd.cafe project. So, it's always about your setup and goal. Talking about HA, we also need to talk about storage. How do you deal with (shared) storage? I one box dies but the VM is on local storage of the dead node, HA won't help you ;) And if you're only about balancing (in a kind of DRS), it's maybe more about ProxLB (https://github.com/gyptazy/ProxLB).

@iSidekick@lemmy.world

[–] tofu@lemmy.nocturnal.garden 1 points 1 month ago

Why are you questioning it? It's pretty reliable. I also use two hosts plus a QDevice for quorum.

[–] mlfh@lemmy.sdf.org 1 points 1 month ago* (last edited 1 month ago)

I run a 3-node HA cluster. The extra functionality is really nice - live migrations are amazing, and the ability to move guests around gives you a lot of flexibilty.

If your third box supports it, I'd recommend installing proxmox pve alongside pbs on it (pve and pbs can run on the same node), and then create a cluster out of all 3. You don't even have to run any guests on that machine, if you want, but having the flexibility to is nice, along with having everything unified into one cluster.