Progressive Delivery on AKS: A Step-by-Step Guide using Flagger with Istio and FluxCD
In my previous post, we setup an Azure Kubernetes Service (AKS) cluster to automatically update images based on new image tags in a container registry. As soon as a new image was pushed to the registry the image was immediately updated.
But what if you don’t want an agent automatically pushing out new images without some sort of testing? 🤔
In this article, we’ll build upon Flux’s image update automation capability and add Flagger to implement a canary release strategy.
Continue reading