Replies: 1 comment
-
I am too looking for an answer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to better understand the 20 federated identity credentials per managed identity.
Does this mean that re-using the same Microsoft Entra ID application across many AKS clusters would be a problem?
We plan to script it so we create an app, serviceaccount & federated Identity per Kubernetes Deployment/StatefulSet. We have many AKS clusters 50+
It sounds like we can do this for at most 20 AKS clusters if the app is same name across clusters??
If so I guess we can suffix the app name e.g.
my-service-1-dev
,my-service-qa
,my-service-prod-na
etc...Would this be the recommendation to workaround this limitation?
Beta Was this translation helpful? Give feedback.
All reactions