How to configure autoscaling on docker swarm

646    Asked by BernadetteBond in Python , Asked on Jul 2, 2021

Hi Team, I have configured the docker swarm in the Linux system. I want to apply the auto scaling concept to the service running on the docker swarm. How to do that?

Answered by Buffy Heaton

There are no concepts available on the docker swarm autoscaling regarding autoscaling. Docker swarm does not support the auto scaling concept. You need to use another solution for that, like docker-machine to create machines on your infrastructure and link these to the existing Swarm cluster.




Your Answer

Interviews

Parent Categories