Proxmox Cluster Questions.

salva_alc

Member
Apr 8, 2021
7
0
21
40
Hey,

Maybe you can help me with some questions.

I would like to set up a Proxmox Cluster in Hetzner (2 nodes + Proxmox backup (which will act as a Quorum for the cluster)).

Setup:
- The 2 nodes will be in the same datacenter and the backup will be in different datacenter (we can live for a while if the entire datacenter goes down)
- Local ZFS (raid) for all of them
- vSwitch for internal cluster + backup communication

I want to use the cluster so if a node goes down, services are migrated and reachable to the other node without touching anything. (manual DNS change is a possibility but I would like to avoid that)
Ideas?

Thanks in advance!
 
Thanks for your quick reply.
I already read the documentation but it does not solve this problem:
1) Imagine that I have container that runs web.example.com
2) proxmox cluster node goes down and the container starts in second node
3) web.example.com is not reachable but it's working

I would like to have all containers reachable at any time in any node.
 
Thanks for your quick reply.
I already read the documentation but it does not solve this problem:
1) Imagine that I have container that runs web.example.com
2) proxmox cluster node goes down and the container starts in second node
3) web.example.com is not reachable but it's working

I would like to have all containers reachable at any time in any node.
you can have multiple A records for the same FQDN, or use a reverse proxy / load balancer kind of setup