Open weidongxu-microsoft opened 3 years ago
Just to confirm, is-this a pre-requisite to enable https://docs.microsoft.com/en-us/azure/aks/use-managed-identity#create-an-aks-cluster-with-managed-identities through this library?
No, managed identity can be enabled via any approach available, Azure CLI, powershell, Portal, SDK, etc.
@blacelle If you want to enable managed identity for AKS through Java SDK, you can see my sample https://github.com/tanyi-test/azure-k8s-pod-with-identity
https://microsoft.sharepoint.com/teams/ep/SitePages/All-Offerings-must-support-Managed-Service-Identities-(MSI).aspx
Basically all services that runs code need to support it.