Azure Kubernetes Service (AKS) cluster requires an identity to create additional resources like load balancers and managed disks in Azure. It can use a managed identity which AKS creates automatically. Azure Active Directory pod-managed identities uses Kubernetes primitives to associate managed identities for Azure resources and identities in Azure Active Directory (AAD) with pods. Administrators create identities and bindings as Kubernetes primitives that allow pods to access Azure resources that rely on AAD as an identity provider.
Download slide deck from here: https://nzpowerlunchfiles.blob.core.windows.net/data/aks-managed-identity-support-2020-01-15.pdf
source
Agile Coach
ARTIFICIAL INTELLIGENCE
Block chain
Business Analyst BA
DATA science
Development
Devops Automation
Dotnet
Education
Free Job training and assistance
Information
Infrastructure automation
Interview questions
JAVA
jobs
Learn
Machine learning
Python Automation
QA Automation
RPA Automation
SAP crm
Scrum master Agile
Skill
UI Design
Azure Kubernetes Service (AKS) and Managed Identity

can i use this with Azure grafana integration.. using managed identity?
this POD managed identity is in review stage? can we use it for production environment?
Hi, I have some doubts.
1. When I make a k8s cluster, azure creates a system assigned managed identify to it by default right? Can I use this to give k8s exclusive access to say – an image in blob storage?
2. If we make a user assigned identity, can we tie it to the above mentioned aks cluster which already has the system assigned one?
What is the migration path from AAD Pod Identity (github) to the built-in one?