mathieu-benoit / myakscluster

How to setup a secure Kubernetes cluster on Azure

Home Page:http://alwaysupalwayson.com/private-aks-and-acr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Managed Identity

mathieu-benoit opened this issue · comments

Leveraging Managed Identity with AKS instead of Service Principal is more secure for 2 main reasons:

  • There is not anymore the credentials file stored on any AKS nodes (/host/etc/kubernetes/azure.json)
  • MI will wrap and managed the credentials (auto-rotate, when expired, etc.) for you

There is an issue currently Azure/azure-cli#12864