I was wondering if docker swarm cluster offers failover feature like kubernetes. I mean if a docker node in a swarm cluster dies then what happens to its containers?
Thanks
Share and learn in the Docker community.
I was wondering if docker swarm cluster offers failover feature like kubernetes. I mean if a docker node in a swarm cluster dies then what happens to its containers?
Thanks
My understanding is that the swarm controller has HA, but not nodes, so in your example there is no automatic fail-over/recovery.
Kubernetes or Mesos/marathon ca provide this, but a tricky part maintaining volume persistence (flocker, glusterfs…)
I agree with you as I have seen docker docs.