Report this

What is the reason for this report?

Does DO have plan to implement the auto-scaling like what AWS have?

Posted on March 18, 2019

I’m an AWS user and I find their auto-scaling of instances very easy. I also have applications here in DO. Does DO also plan to have this technology at a price? I know it will be beneficial if this will be implemented with ease of use without the need for users to do scripting.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Greetings!

Thank you for taking the time to ask this question here. This is not currently on our roadmap, but that is not a guarantee that it will not be in the future. With that said, we have a bit of a different vision for achieving this on our platform. I will explain.

Vertical scaling can be problematic, and it tends to have a lower ceiling than horizontal scaling. Two $5 servers can outperform one $10 server, under certain circumstances. Rather than raising the ceiling every time you brush against it, we recommend that you implement horizontal scaling. This provides the least interruption for your content, and helps you to save on cost when you don’t need that extra power. We put together a tutorial for it a while back, I think you might find it interesting:

https://www.digitalocean.com/community/tutorials/how-to-automate-the-scaling-of-your-web-application-on-digitalocean-1604

Jarland

I believe you can pull this off with Terraform using lifecycle rules for your droplets. See https://www.terraform.io/docs/configuration/resources.html#lifecycle-lifecycle-customizations, specifically create_before_destroy. It may require a bit of work on your end but it’s doable.

Hey!

Quick update here for anyone who comes across this in the future, the DigitalOcean App Platform now supports CPU based autoscaling out of the box:

https://www.digitalocean.com/blog/introducing-cpu-based-autoscaling-app-platform

For more information on how to set this up, you can follow the documentaiton here:

https://docs.digitalocean.com/products/app-platform/how-to/scale-app/#auto-scale

Autoscaling is also supported for the DigitalOcean Managed Kubernetes clusters:

https://docs.digitalocean.com/products/kubernetes/how-to/autoscale/

Best,

Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.