DocsNetworking & DNSLoad Balancers
Networking & DNS

Load Balancers

Distribute traffic across multiple instances.

Overview

wasaaCloud Load Balancers distribute incoming traffic across your VPS instances. They support Layer 4 (TCP) and Layer 7 (HTTP/HTTPS) balancing with health checks and SSL termination.

Features

  • Health checks — automatic removal of unhealthy backends
  • SSL termination — handle HTTPS at the load balancer, serve HTTP to backends
  • Session persistence — sticky sessions via cookie
  • Multiple algorithms — round-robin, least-connections, IP-hash

Create a load balancer

bash
wc lb create \
  --name web-lb \
  --region af-ke-1 \
  --backend 196.201.10.4:80 \
  --backend 196.201.10.8:80 \
  --health-check "/health" \
  --ssl
← Previous
Managing DNS Records

Was this article helpful?

Need more help? Open a support ticket

On this page

Overview
Features
Create a load balancer
Get support