Autoscaling service?

Hi,

I tried googling for a solution but nothing found.

To scale a service, I run docker service scale name=10 , however this is a manual process. I was wondering if there is any way to automate this if the server load goes above say 80% usage and scale down if it is below 30%. I want to use it along with AWS Autoscaling feature

1 Like