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...
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...
Last year, I had the task of migrating a significant number of services that were previously deployed on IIS (Internet Information Services) within Windows virtual machines, over to AKS (Azure Kubernetes Services).
These virtual machines were...
In a prior blog post, I discussed the ins and outs of my CI/CD pipeline for deploying infrastructure using Terraform. Now, I'll demonstrate how to leverage GitOps for deploying your applications on AKS with ArgoCD.
By the end of this guide, you'll...
In a previous article, I shared how I was able to create a private AKS cluster with Terraform.
Today, we’ll use the Terraform script from the previous article to create the environment and we’ll deploy a web application to the...
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...
Recently, I did a migration from IaaS (a solution composed essentially of virtual machines) to PaaS. I needed to create a complete private AKS cluster. In this article, I describe how I did it.
Together we’ll see:
-
The difference...