PalmStoneGames / kube-cert-manager

Manage Lets Encrypt certificates for a Kubernetes cluster.
Apache License 2.0
541 stars 102 forks source link

Load balancing across multiple AKS clusters #102

Open reneherrero opened 4 years ago

reneherrero commented 4 years ago

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