My Blog
I talk about Azure, DevOps, Kubernetes and more...
A few months back, I explored how to deploy applications to Azure Container Apps.
I wanted to create a permanent redirection from my domain remi-solutions.com to remiceraline.com.
My goal was to make sure that all URLs once accessible on...
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 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, 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...
- It happened again, same bug.
- I thought we already fixed that.
- I deployed but I did not have time to test everything...
Those comments are still pretty common in companies today because dev teams are not using the tools available out there...