Online Course

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 azure kubernetes security terraform Aug 25, 2024

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...

Continue Reading...
How To Secure Your Application With SSL/TLS Certificate In AKS azure bicep infrastructure kubernetes security Mar 13, 2024

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...

Continue Reading...