Traefik can failover load balancing with health check?

Hello!

Traefik can failover load balancing with health check? Like Azure Traffic Manager for example.

I have 2 node of site on 2 hosts.
A: 192.168.0.20
B: 192.168.0.21

DNS: www.site.com

I want that when it is node A is unavailable the site www.site.com would be failover loaded from node B

Can I do this with Traefik?

Thank you

Hello @psyapathy,

Thanks for your interest in Traefik,

You can use a Failover service as described in the following documentation available since v2.7.
Please note that Failover services are currently only supported by the File provider.

Hope this helps!