In a docker-swarm mode setup, say I have a container accepting requests from other containers or from components external to the swarm.
Is there a mechanism to configure the swarm to auto-scale the number of containers running that specific tasks on demand and to stop them with decreasing load?
Say I already have n replicas of this container deployed but want it to scale automatically if need to be and any newly spawned ones must be brought down as load reduces.
Is this feature supported?
I found this thread in the docker-forum, but does not explain much: https://forums.docker.com/t/ingress-load-balancing/16600/2