Does scale down deployments outside business hours help saving on billing?
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.
It depends on what you’re scaling down. As @bobbyiliev said, if you’re reducing the number of nodes in your cluster, that will but down your bill.
But if you’re just reducing the number of replicas of your deployment (which is what it sounds like you’re implying), then the number of nodes (virtual machines) that you’re running is the same, and it will NOT bring your bill down.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Thank you very much for your answers!
Hi there @xenon90,
Yes, I believe that this should be the case as you would not be paying for the extra Kubernetes Nodes during the night.
Hope that this helps! Regards, Bobby