GitOps: Deploying apps in Azure Kubernetes Service (AKS) with Flux
Recently I learned about GitOps which is a way to manage your Kubernetes clusters and the applications you run on top using Git. The idea is that you can declaratively describe the desired state of your systems in…