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.
Following up here after reaching out to Digital Ocean support. There currently isn’t a ‘good’ way to isolate traffic from the load balancer service.
Rather than expose my internal nginx servers to the world, I am just making them accessible on eth1 on port 80/443.
I was able to detect the load balancer private IP with the netstat -natp command from one of the connected DO droplets configured in the load balancer configuration. Once I removed the droplet from the LB config, the connections timed out and disappeared from the table. When I added the droplet back in to the LB config, the status check monitor kicked in and the same Private IP connection on port 80 reconnected. Hope that helps.
Hey there!
Quick update for everyone:
DigitalOcean now offers Internal Load Balancer (ILB), which is designed for securely and efficiently routing internal traffic within your private network. It’s a great way to distribute traffic across Droplets or Kubernetes (DOKS) clusters using private IPs, keeping your workloads safe from the public internet.
Key benefits of the ILB:
This is a good fit for microservices, internal apps, and backend services that need high availability and security.
Check out the full blog post for more details: DigitalOcean Internal Load Balancer is Now GA
- Bobby