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