In my previous posts, we learned how to get started with GitOps on AKS using the K8s extension for AKS.
Then, we took a look at the Flux CLI and explored how it can be used to bootstrap your cluster and generate FluxCD manifests so that we can use GitOps to implement GitOps 🤯, and implemented Flux’s image update automation capability.
From there, we built on the concept of image update automation, and showed you how you can use Flagger to automate canary deployments.
Continue reading