AKS
Azure Key vault access on Azure Kubernetes Service using the new AKS add-on
Reading Time: 3 minutes When working with Kubernetes and secrets in particular you will know that they are not secure by default. In fact, they are just base64 encoded strings which can be easily decoded. You can use other tools to keep your secrets safe and then allow Kubernetes to access them. In this Read more…