We have started using traefik recently, and deployed two traefik instances in single k8 cluster. one as ingress controller (Daemon set in default namespace) using CRD provider. and other traefik instance as a k8 pods in different namespace for external usage with HTTP provider. ingress controller traefik is fetching the configuration from external traefik. while we had separate providers and configurations for each instances. I need a help to isolate each other from other's configuration. so that ingress controller traefik should not fetch configuration from external traefik. I am looking for guidance and best practice for using isolated traefik on single k8 cluster.
Issue resolved
RCA - There was ingressroute created for /dashboard and /api for external traefik - it is not required
Fix - removed the ingressroute