My Blog
I talk about Azure, DevOps, Kubernetes and more...
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 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...
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: ...
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...