Kong / gateway-operator

Kubernetes Operator for Kong Gateways
Apache License 2.0
50 stars 15 forks source link

`DataPlane`: introduce custom checks concept for Blue Green rollouts #170

Open pmalek opened 1 year ago

pmalek commented 1 year ago

Problem statement

As described in the Blue Green deployments design doc, after initial phase which will implement the basic functionality of Blue Green rollouts we'll want to implement custom "promotion condition check" so that users could specify what conditions should the rollout satisfy in order to be able to progress.

pmalek commented 1 year ago

After the discussion at the KGO sync on August 18 we decided this one will be the first feature to deliver to DataPlanes with BG rollout strategy as it's what will be the most desired feature for CG purposes.

pmalek commented 1 year ago

After a discussion with @sentinelleader and @synthe102 it seems that we don't need this now because the checks will be handled by dataplane operator and then it will trigger the promotion .

Removing the priority high label.