Slide 9
Slide 9 text
Advantages
● Has been out there in the wild for quite some time. i.e Battle tested
● Flagger can be added to have automated canary promotion.
● GKE has an add on feature which can be used to install istio in our clusters
● Traffic routing and replica deployment are two completely orthogonal
independent functions
● Focused canary testing, eg: instead of exposing the canary to an arbitrary
number of users, if you wanted the users from some-company-name.com to
the canary version, leaving the other users unaffected, you can do that too
with a rule to match the headers for the match to check for the cookie for the
above.
Disadvantages
● Another add on to manage inside the cluster if gone through the route of
installing the istio version
9