docker-archive / classicswarm

Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit
Apache License 2.0
5.75k stars 1.08k forks source link

Canary deployment Rolling deployment and Blue-green deployment in docker swarm #2946

Closed itratel closed 4 years ago

itratel commented 5 years ago

Hei,guys,How to implement canary deployment Rolling deployment and Blue-green deployment in docker swarm, you known, it can be done simply with kubernates, But I have no idea how to make it via swarm, could you please tell me your ideas and some advice? thanks

DoomTaper commented 5 years ago

I am looking for the same

justincormack commented 4 years ago

This issue is for https://github.com/docker/swarmkit not the old standalone Swarm.