I am trying to learn istio. I was able to setup a simple traffic shifting in which 40 percent traffic goes to a particular version and the remaining 60 percent to other version. My doubt is can I make this weight(40-60) dynamic, based on
- Percentage of error response from both the versions. The version with less error response faces more traffic and eventually 100 percent.
- Or atleast, change with time, example 2 percent shift every hour.
Also, would this require me to do kubectl apply again and again.