My Blog
I talk about Azure, DevOps, Kubernetes and more...
Configuring Secret Store CSI Driver with Terraform: A Guide to Secure Secrets Management in Azure Kubernetes Service
Aug 25, 2024
Continue Reading...
In my previous article, I talked about how I was able to use the External Secret operator to synchronize certificates (and also all kind of secrets) from the Azure Key Vault to AKS.
In this article, we’ll install the Secret Store CSI Driver...
How To Secure Your Application With SSL/TLS Certificate In AKS
Mar 13, 2024
Continue Reading...
How can you configure SSL/TLS certificates in AKS?
Do you utilize TLS Kubernetes secrets? If you use GitOps, it's advisable not to store a duplicate of your certificate in your Git repository.
In this article, I will present two solutions for...