Report this

What is the reason for this report?

Kubernetes scale down hourly billing & secondary node pool scale to 0?

Posted on April 4, 2021

Hi i was reading the documentation about autoscaling, so i have a few things questions about it.

  1. DO bills the instance hourly even if we don’t use it for an hour, is this also true for kubernetes?
  2. How does it handle autoscaling down? does it take into consideration about the 1 hour billing? (like choosing a node near the 1 hour mark to scale down).
  3. can we have a secondary node pool that scales down to 0? (ex: i already have a primary node pool with 2 shared droplet nodes, then i want to have a secondary compute optimized node pool that autoscales 0 to 5)


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.

Hello @Raystorm ,

Managed Kubernetes worker nodes are charged at the same rate as Droplets on an hourly basis even you don’t use it. As the underlying infra continues to reserve your share of CPU, RAM and disk (as well as the IP for your worker node)

Worker nodes are billed hourly with a minimum charge of one hour. If you create a worker node and destroy it less than an hour later, you will still be charged the minimum charge.

Also, the DigitalOcean autoscaler does not support a min_node size of 0, therefore the minimum node size for an autoscaling group is 1.

Best Regards, Purnima Kumari

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.