Installing and Configuring Argo Rollouts
Explore how to install and configure Argo Rollouts in a Kubernetes cluster with Istio integration. Understand the setup process, including environment preparation and using the kubectl plugin, to enable automated progressive delivery of applications.
We'll cover the following...
We'll cover the following...
Introduction
I already mentioned that Argo Rollouts can integrate with Ingress or with service meshes. Given that service mesh allows a few additional possibilities, and that Istio is probably the most commonly used one, we’ll choose it for the examples. That doesn’t mean that you must use Istio. All the examples we’ll explore can be easily applied to other solutions with just a few trivial tweaks to the ...