rollouts icon indicating copy to clipboard operation
rollouts copied to clipboard

Design generic TrafficRouting mechanism to meet Istio, Alb or custom traffic regulation

Open zmberg opened this issue 2 years ago • 1 comments

What would you like to be added:

Rollout Support Traffic Graying for Istio Envoy, as follows:

apiVersion: rollouts.kruise.io/v1alpha1
kind: Rollout
metadata:
  name: rollouts-demo
spec:
  strategy:
    canary:
      trafficRoutings: 
      - service: echoserver  # required
         ## istio, nginx, alb
         type: istio
         CustomTraffic:
             apiVersion: xxxx
             kind: istio
             name: xxxx

zmberg avatar Mar 09 '22 03:03 zmberg

When will this feature be ready for traffic routing of Istio?

vjoke avatar Feb 22 '23 02:02 vjoke