Comment on Best approach for Docker resilience with two hosts
eluvatar@programming.dev 1 year ago
Container orchestration is what you’re looking for. Kubernetes is the most popular, but it might be overkill it’s hard to say based on your setup. However it’s definitely useful experience to know how to run it.
Sim@lemmy.nz 1 year ago
Thanks. Could I achieve a simple 2-host solution with Kubernetes though?
eluvatar@programming.dev 1 year ago
Nothing about k8s is simple. But yes you can achieve that.
Take a look at Rancher for actually running a cluster.