Is it possible to use Traefik Ingress with an existing LB on AWS

Hello,

I am trying to setup an EKS cluster with an ingress and my current issue is that AWS annotations to create a dualstack NLB are not observed.

I am wondering if it would be possible to use the AWS LB Controller to setup an NLB but still use Traefik as an ingress controller? Has anyone done something like this? Is it possible to tell Traefik to not create a LoadBalancer? Presumably I'd need to use a NodePort with Daemonset?

Thanks

Hi,
I am trying the same thing. Did you find answer?