Cloudflare Docs
Load-Balancing
Visit Load Balancing on GitHub
Set theme to dark (⇧+D)

Standard steering policies

Standard steering policies include Off - Failover and Random.

These are the only steering policies available to non-Enterprise customers who have not purchased Traffic Steering.

Off - Failover

Failover steering uses the pool order to determine failover priority (the failover order).

Failover directs traffic from unhealthy pools — determined by health checks and the Health Threshold — to the next healthy pool in the configuration. Customers commonly use this option to set up active - passive failover .

If all pools are marked unhealthy, Load Balancing will direct traffic to the fallback pool. The default fallback pool is the last pool listed in the Load Balancing configuration.

If no monitors are attached to the load balancer, it will direct traffic to the primary pool exclusively.

Random steering

Choose Random to route traffic to a healthy pool at random. Customers can use this option to set up active - active failover (also known as round robin), where traffic is split equally between multiple pools.