Azure / aks-app-routing-operator

Kubernetes operator that implements AKS Application Routing
https://learn.microsoft.com/en-us/azure/aks/app-routing
MIT License
31 stars 23 forks source link

Allow to define an existing identity #246

Open IvanJosipovic opened 3 months ago

IvanJosipovic commented 3 months ago

Hi,

It would be nice to be able to specify a pre-existing Managed Identity to use for DNS control. This is a requirement in my ecosystem as another team manages DNS and if we need to re-create the cluster, the MI will be recreated and would need to be re-granted access to DNS.

Thank you!