Traefik Internal and external loadbalcner in kubernetes cluster

Hi,
I have configured internal and external loadbalalncer using traefik in AWS and how can i apply ingressroutes specifcally for internal and external load balancer.Example: A route specifically for internal load balancer and another route for external load balancer

For the traefik proxy that handles internal traffic, you need to assign it its own ingressClass like traefik-internal, and for the traefik proxy handling external traffic you need to assign it a different ingressclass like traefik-external. That way the proxies will know which ingresses they need to handle.