Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

add Round-Robin placement strategy #396

Closed
wants to merge 1 commit into from
Closed

add Round-Robin placement strategy #396

wants to merge 1 commit into from

Conversation

bacongobbler
Copy link
Contributor

The Round-Robin strategy will rank the nodes based on the number of
running containers on each node and will return the node with the least
amount of containers. This is useful when you want to have network
traffic distributed evenly across all nodes, ensuring high availability
of your containers in case of a node failure.

Signed-off-by: Matthew Fisher [email protected]

The Round-Robin strategy will rank the nodes based on the number of
running containers on each node and will return the node with the least
amount of containers. This is useful when you want to have network
traffic distributed evenly across all nodes, ensuring high availability
of your containers in case of a node failure.

Signed-off-by: Matthew Fisher <[email protected]>
@tnachen
Copy link
Contributor

tnachen commented Feb 13, 2015

This sounds exactly like the balanced strategy in another PR.

@tnachen
Copy link
Contributor

tnachen commented Feb 13, 2015

PR #227

@bacongobbler
Copy link
Contributor Author

derp. I just found that. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants