Traefik with Azure frontdoor private link

I am using traefik with ingress in my AKS application which is in Azure. right now, the domain resolves to ingress LB public IP and traefik routes it to right service. I want to add an Azure Front door(AFD) in between and send the requests between AFD and my service through a private link. I can see it is supported in AFD and Nginx, however could not figure out how to achieve it with traefik. Can someone please help me with how to achieve it?

1 Like

hello @aneesh
Was you able to implement required setup?
We are currently looking at the similar setup and wondering how exactly this can be done. I would really appreciate if you could share your findings.