
Layer 4 and Layer 7 load balancers with health checks, TLS termination, sticky sessions, and automatic failover. Deploy via API in under 30 seconds. Managed, monitored, and backed by our 99.99% SLA.
Layer 4 load balancing operates at the transport layer. The load balancer forwards TCP or UDP connections to backend servers without inspecting the payload — making it suitable for databases, game servers, DNS, and any protocol that isn't HTTP.
Supported algorithms include round-robin, least-connections, and source-IP hash (for connection affinity without cookies). Health checks can be TCP connect, TCP half-open, or application-specific checks on a configurable port and interval.
Backend servers are specified by IP and port. You can mix VPS, dedicated, and bare metal servers in the same backend pool. Servers are weighted — assign higher weights to more powerful machines to distribute load proportionally.

Layer 7 load balancing inspects HTTP headers and routes requests based on host, path, headers, or query parameters. This enables advanced patterns like routing api.example.com to one backend and www.example.com to another from a single load balancer.
Path-based routing supports prefix, exact, and regex matching. Header-based routing can inspect any request header, enabling canary deployments (route 5% of traffic with a specific header to a new version) and A/B testing.
HTTP/2 is supported between clients and the load balancer. WebSocket connections are proxied transparently. Response headers can be added, removed, or modified via configurable rules.

Terminate TLS at the load balancer to offload encryption from your backend servers. Certificates are managed automatically via Let's Encrypt — when you add a domain to the load balancer, a certificate is issued and renewed without any manual steps.
For domains that require extended validation (EV) or organization validation (OV) certificates, you can upload custom certificates in PEM format. The load balancer supports SNI, allowing multiple certificates on a single IP address.
TLS 1.3 is preferred, TLS 1.2 is the minimum. Only strong cipher suites are supported. HSTS headers can be configured per domain. OCSP stapling is enabled by default to reduce client-side certificate verification latency.

Choose based on your throughput requirements. All tiers include TLS termination, health checks, and API management.
Configurable health checks ensure traffic is only sent to healthy backends.
Health checks run at configurable intervals (minimum 5 seconds). TCP checks verify the backend port is accepting connections. HTTP checks send a request to a specified path and verify the response status code is in the expected range (e.g. 200-299).
When a backend fails the configured number of consecutive checks (default: 3), it's removed from rotation. Once it passes the recovery threshold (default: 2 consecutive successes), it's added back. This prevents flapping and ensures stable routing during transient issues.
Starting at $10/mo. Auto TLS included.