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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Hi @jorpiell
Just to see if I understand you correctly.
Are you talking about the DigitalOcean service called Load Balancer or just generally?
But when reading your second section, it seems like you want to be able to host a service on 1 port, which has a backend of multiple ports (maybe on the same server, maybe on different servers).
So you could setup Nginx as a reverse proxy. This means your visitor see the Nginx on one port, which then connects with different backend services (which could be on different ports or different servers). You can also use HAproxy - Nginx might just be a little easier, but HAproxy is really advanced and can definitely do whatever you want.
Hi.
Yes, I was talking about the service “Load Balancer”. It seems that I can’t use this service for my purpose and I have to do it using other solution as Nginx or HAproxy as you commented in your post.
Thanks a lot for your help.