My understanding of AWS EKS Auto Mode is that it only supports the ALB as the ingress controller; is that correct?
Is there a way (or a workaround) to use Traefik for proxying external requests to an EKS cluster in Auto Mode?
If not, would it be possible (and not crazy) to run Traefix as a second level proxy (i.e. as a plain kubernetes Service) behind the ALB ingress to take advantage of all of Traefik's goodness?