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
Currently, the http-add-on only supports a single service in spec.scaleTargetRef. However, when using Argo Rollouts with canary deployments, two services are needed: one for the stable version and one for the canary version, like in this example. This limitation prevents seamless integration with Argo Rollouts for canary deployments.
I would like to request support for multiple services in spec.scaleTargetRef. This would allow users to specify both stable and canary services for more flexible and efficient canary deployments.
Is this a feature you are interested in implementing yourself?
Yes
Anything else?
Supporting multiple services in spec.scaleTargetRef will enable users to leverage the full potential of Argo Rollouts for canary deployments, allowing for more robust and reliable application scaling and traffic management.
The text was updated successfully, but these errors were encountered:
With that yaml, it's not clear how much traffic should be sent to Canary and Stable using KedaHttpProxy.
For that reason, I think that if you want to implement a practical Canary, you'll also need features such as weight and sessionAffinity.
Proposal
Currently, the http-add-on only supports a single service in
spec.scaleTargetRef
. However, when using Argo Rollouts with canary deployments, two services are needed: one for the stable version and one for the canary version, like in this example. This limitation prevents seamless integration with Argo Rollouts for canary deployments.Maybe the HTTPScaledObject will look like this:
Use-Case
I would like to request support for multiple services in
spec.scaleTargetRef
. This would allow users to specify both stable and canary services for more flexible and efficient canary deployments.Is this a feature you are interested in implementing yourself?
Yes
Anything else?
Supporting multiple services in
spec.scaleTargetRef
will enable users to leverage the full potential of Argo Rollouts for canary deployments, allowing for more robust and reliable application scaling and traffic management.The text was updated successfully, but these errors were encountered: