Online Course

My Blog

I talk about Azure, DevOps, Kubernetes and more...

How to Set Up Private Managed Grafana and Prometheus for AKS with Terraform azure kubernetes monitoring network security Apr 23, 2025

In most Azure Kubernetes Service (AKS) monitoring setups, resources like Prometheus and Grafana are configured by default with public endpoints. While this might be acceptable for development environments, production-grade clusters demand privacy and...

Continue Reading...
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 in AKS. ...

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

Continue Reading...