Azure Kubernetes Service
How to Fix Terraform Helm and Kubernetes Providers after implementing AAD RBAC in AKS
I implemented the Azure Active Directory (AAD) integration with Azure Kubernetes Service (AKS) for Role Based Access Control (RBAC) today in an existing cluster. I use Terraform to manage the cluster as well as all of the Helm installs and custom resource definitions that I apply via kubectl. The Problem