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

Auto scaling like kubernetes horizontal #2151

Closed
yank1 opened this issue Apr 20, 2016 · 9 comments
Closed

Auto scaling like kubernetes horizontal #2151

yank1 opened this issue Apr 20, 2016 · 9 comments

Comments

@yank1
Copy link

yank1 commented Apr 20, 2016

Is there any solution like kubernetes horizontal to auto scale compose with Swarm?

Thx

@dongluochen
Copy link
Contributor

Not available today. Swarm uses Docker-Compose to scale statically. CPU/QPS monitoring is needed to do auto scaling. Swarm doesn't have that yet.

@030
Copy link

030 commented Jul 23, 2017

Perhaps this solves the issue?

@030
Copy link

030 commented Jul 27, 2017

@dongluochen Could you indicate what tickets could be linked to this issue in order to implement autoscaling in docker swarm?

@sugun999
Copy link

sugun999 commented Aug 8, 2017

Hi,

Looking for this feature to have with docker swarm to be able scale container apps based on CPU usage automatically like in kubernetes.

@GolanBarkan
Copy link

+1

@sugun999
Copy link

sugun999 commented Sep 3, 2017

Hi,

Anyone has any other alternative solutions to achieve automatic container scaling with docker swarm based on CPU usage?

@althaf1088
Copy link

+1 . Without scaling swarm is not complete :(

@RehanSaeed
Copy link

I see Docker implementing this in their CLI and stack/compose files using some simple rules e.g. if CPU reaches 80% or memory reachers 60%, scale up and redistribute my containers accross the new node.

Docker would then provide an extensibility point for Cloud vendors like AWS/Azure. They could develop plugins like they do for volume mounts that implement the ability to add or remove Docker nodes.

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

No branches or pull requests

9 participants