I'm using Traefik as a load balancer and I'm trying to write a health check, which will monitor servers within the load balancer service.
I have multiple Traefik instances in different locations and a CDN. I need to configure the CDN to check the health of Traefik service to route traffic to.
Example:
Global CDN ----> Traefik 1
---> Backend A
---> Backend B
----> Traefik 2
---> Backend C
---> Backend D
I want to check the service has healthy backends. Checking the status/health of the Traefik instance itself is not enough.
