Create a load balancer and choose its backend Droplets to improve the availability and flexibility of your infrastructure.
Load Balancer How-Tos
Generated on 2 May 2025
DigitalOcean fully manages Regional Load Balancers and Global Load Balancers, ensuring they are highly available load balancing services. Load balancers distribute traffic to groups of backend resources in specific regions or across different regions, which prevents the health of a service from depending on the health of a single server, cluster, or region.
Getting Started
Create a global load balancer, choose its backend resources, and connect a domain to it.
View and modify a load balancer’s backend Droplet pool, view graphs of traffic patterns and infrastructure health, and customize the load balancer’s forwarding rules, sticky sessions, health checks, SSL forwarding, and PROXY protocol.
View and modify the global load balancer’s domains, sticky sessions, health checks, and other settings.
Load Balancer Management
Scale a load balancer to better match its performance to its workload.
Set up SSL passthrough to send encrypted SSL requests directly to the backend Droplet pool via the VPC network. This secures the traffic between the load balancers and the backend Droplets.
Configure backend Droplets to work with network load balancers.
Destroy a load balancer to permanently and irreversibly remove it from your account.
Use TCP load balancing for applications that don’t speak HTTP.
Set up SSL termination to decrypt SSL requests at the load balancer and send them unencrypted to the backend Droplet pool via the private network.