You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend the Blue/Green deployment strategy with traffic mirroring. When canaryAnalysis.mirror is enabled in the Canary spec, Flagger should configure the mesh in such a way that incoming requests to primary (blue) pods will be copied to the canary (green) pods.
With traffic shadowing, Flagger will be able to validate the canary (green) version based on live traffic.
The text was updated successfully, but these errors were encountered:
Extend the Blue/Green deployment strategy with traffic mirroring. When
canaryAnalysis.mirror
is enabled in the Canary spec, Flagger should configure the mesh in such a way that incoming requests to primary (blue) pods will be copied to the canary (green) pods.With traffic shadowing, Flagger will be able to validate the canary (green) version based on live traffic.
The text was updated successfully, but these errors were encountered: