HA redundancy options
HA redundancy options
I'm currently running HA on a Pi3... it works fine, but it's now a single point of failure.
I have some new hardware arriving to run VMs in and was intending to move HA to it, but now I'm wondering if I can have HA in 2 places for fault tolerance.
I'm aware that there's no built-in failover options, but has anyone done something similar?
You may wanna look at Kubernetes. It’s basically docker with failover.
Correct, OPs needs is describing what kubernetes was made for. Fault tolerant container orchestration. Or any other orchestration framework.
However it's a best to learn and get set up. Migrating all of my containers over took a couple of months of learning and trial and error. Each person has to decide is that level of effort worth it in a home application
Ok, but that's assuming >1 host can be managed that way... can I manage HA on the Pi3 as a backup to my new host with Kubernetes?
Edit: can Proxmox do this too?