Load Balacing
Janus provides multiple ways of load balancing requests to multiple backend services: a roundrobin
(or just rr
) method, and a weight
method.
Round Robin
This configuration will apply the roundrobin
algorithm and balance the requests to your upstreams.
Weight
This configuration will apply the weight
algorithm and balance the requests to your upstreams.
Last updated
Was this helpful?