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...
Automated Destruction: Azure DevOps Pipeline for Terraform Cleanup azure azure devops ci/cd infrastructure terraform Nov 08, 2023

In a previous article, I shared how to create a pipeline for your Terraform code. This pipeline is used to create new infrastructure.

Today, I want to talk about a pipeline to destroy that infrastructure. We can use such a pipeline to save cost...

Continue Reading...
The Power of GitOps: Azure CI/CD Pipeline For Terraform azure azure devops ci/cd infrastructure terraform Oct 05, 2023

In this article, we will see the benefits of GitOps with Terraform and I’ll share with you an Azure DevOps pipeline to deploy your Terraform code to Azure.

If you don’t have an Azure DevOps account yet, you can start for free here: ...

Continue Reading...
How To Deploy a Private AKS Cluster With Terraform azure kubernetes terraform Dec 11, 2021

In a previous article How To Create a Private AKS Cluster That Uses Azure Key Vault, I described how I was able to create a fully private Kubernetes cluster in Azure. In this article, I’ll share a solution to automate the deployment with...

Continue Reading...