Hi,
I'm trying to build a 5-node cluster (which will be expanded in the future) and a Python wrapper for PVE API to create/delete VMs/CTs.
From my understanding, I need to send the API request to one of my HVs/nodes in the cluster.
But what if that specific HV is down? How can I make this fail-safe so the request can go to any HV if another one is down?
I'm trying to build a 5-node cluster (which will be expanded in the future) and a Python wrapper for PVE API to create/delete VMs/CTs.
From my understanding, I need to send the API request to one of my HVs/nodes in the cluster.
But what if that specific HV is down? How can I make this fail-safe so the request can go to any HV if another one is down?