Progressive Delivery with Canary Deployment (with Flagger and Istio)
Feb 5, 2022
In this video, I explain the usage of Flagger with Istio together to achieve Progressive Delivery with Canary deployment. You can find a lot of information about Istio and Flagger's official pages.
To get all code files that I have used in this video please clone the following repository:
$ git clone https://github.com/jamalshahverdiev/flagger.git
To test all code files you need up and running Kubernetes cluster with deployed Istio to the istio-system namespace. I hope it will be useful to everyone.