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

If swarm load balance support ip-hash or other load balance strategy ? #2947

Closed sunkeysun closed 4 years ago

sunkeysun commented 5 years ago

when i do rolling update. the same user visit the site the new release in one request and other request get old release.(due to swarm round-robin). is there any solution for this problem?

justincormack commented 4 years ago

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