# Getting Started with Load Balancers 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. [Load Balancer Quickstart](https://docs.digitalocean.com/products/networking/load-balancers/getting-started/quickstart/index.html.md): Just the essentials to go from zero to working in a few minutes. [How to Work with DigitalOcean Load Balancers Using doctl](https://docs.digitalocean.com/products/networking/load-balancers/getting-started/with-doctl/index.html.md): Use the official command-line client for DigitalOcean’s API to create and configure a load balancer for multiple backend web servers.