I have a setup where multiple AKS clusters in different geographical areas are at play and not clear if Let's Encrypt is going to work.
Each app has:
it's local route (works fine with cert-manager) (ex: myapp.region1.domain.com)
a global route (ex: myapp.domain.com)
The traffic gets routed to the area that is closest to the user via Traffic Manager (DNS powered).
In simple terms, if cert-manager requests a cert from Let's Encrypt for myapp.domain.com in region1, and Let's Encrypt's challenge call goes to region2, will I have a problem? (I'm guessing yes and wondering if there a workaround)
Hi,
I have a setup where multiple AKS clusters in different geographical areas are at play and not clear if Let's Encrypt is going to work.
Each app has:
The traffic gets routed to the area that is closest to the user via Traffic Manager (DNS powered).
In simple terms, if cert-manager requests a cert from Let's Encrypt for myapp.domain.com in region1, and Let's Encrypt's challenge call goes to region2, will I have a problem? (I'm guessing yes and wondering if there a workaround)
Thanks