Traefik to route traffic to ingress controller

Hi Traefik,

My system design is looking for a standalone load balancer solution that sit outside of the kubernete cluster and route traffic to ingress controllers. (https://containo.us/blog/combining-ingress-controllers-and-external-load-balancers-with-kubernetes/)

Im hosting Traefik in a Docker container and trying to figure out how I can configure traefik routers to directly push traffic to my ingress controller IP address. Because it is sitting outside of k8s cluster, Traefik is not discovering any services. I don't see any middleware that redirect traffic to an IP nor any doc about this situation.

Can you please let me know if this is possible? if it is we would like to choose Traefik as our load balancer solution. Thank you