Doubts about the load balancer

Hello, I’m looking for a load balancer solution and I have some questions about Cloudflare.

  1. Does the traffic redirection option transfer the user to the pool server?
    Ex. User accesses main.domain.com (load balancer) is redirected to s2 or s1.domain.com.

  2. is it possible to disable Cloudflare caching? will be used for file distribution and I don’t want to violate any Cloudflare bandwidth guidelines.

Do you mean Traffic Steering?

The Cloudflare Load Balancer does not use HTTP redirects. It makes a decision about which Origin(s) to use based on the rules you define, so all user requests to main.example.com will be sent to an available origin web server.

Load Balancers can be DNS Only :grey:. Just disabling Caching would still pass all the responses through Cloudflares servers, potentially in violation of the standard Terms.

1 Like

Thanks for the reply. If I disable the orange cloud I won’t violate any rules, is that it?.

Correct. That traffic will go direct to the origin and not traverse the Cloudflare network or servers.

1 Like

Hi, I have another question, if I keep the TTL time high, will the queries decrease?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.