I have been working with a load balancer, and I have successfully set it up, with it currently operational. However, I have some questions regarding scaling. I understand that increasing the number of nodes will facilitate scaling. My specific doubts are as follows: If I need to make changes and deploy them, how can I achieve this in Digital Ocean? In AWS, we have the option of a launch configuration/template that we create using an AMI. This configuration/template is then attached to an auto-scaling group with specified minimum and maximum desired nodes.
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi there,
With the DigitalOcean Managed Loadbalancers you don’t have to manually specify an AMI. This is all done automatically, and you would just need to increase the number of nodes that the Load Balancer uses.
Each additional node increases the load balancer’s maximum:
You can find an in depth guide for this here:
Hope that this helps!
Best,
Bobby