AKS Live in harmony with Kubernetes Secrets using Azure Key Vault IntroductionIf you have worked with Kubernetes you probably know that Secrets are not really secrets. They are just base64 encoded key value pairs stored in etcd. Anyone with access to the cluster will
Kubernetes Azure AD workload identity with AKS Managed Identities is a key concept in Microsoft Azure which makes it easy to manage access to various services in Azure without having to worry about rotating secrets. In this article we'll look