Category: Azure
-
Accessing Key Vault Secrets in Kubernetes using the Key Vault CSI driver
Note: There\’s a new post available combining CSI driver + AAD pod identity. When you store secrets in a Kubernetes cluster, by default those are stored in the etcd database within the master nodes. The same is true for secrets stored in an AKS cluster on Azure. The best practice for storing secrets is to…