Among Kubernetes, OpenShift, Docker Swarm and Docker DataCenter deployment tools which all are having automatic rollback?

6/9/2017

Among Kubernetes, OpenShift, Docker Swarm and Docker DataCenter deployment tools which all are having automatic rollback in case of any failure happens?

-- Pracheer Pancholi
devops
docker
docker-swarm
kubernetes
openshift

1 Answer

6/9/2017

All of them have a sort of rollback mechanism built-in with commands available for you to control. However, these are not fully automated and you might have to do it manually. For Kubernetes, here is the related github issue and another issue for Swarm. Docker DataCenter use Swarm already.

Rollback documentations I was able to find:

-- yasc
Source: StackOverflow