How to configure autoscaling on docker swarm
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?
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.