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
KEDA should be able to scale multiple scaleTargetRefs.
Or KEDA proxy should be able to select the corresponding Deployment based on Ingress path.
Use-Case
I have two Deployments: a and b. Both are accessible through Ingress. They share a hostname example.com and are routed on path: /a and /b.
I want to scale both Deployments when a request comes in, but it seems KEDA proxy cannot distinguish on path, it just randomly picks a HTTPScaledObject with the corresponding hostname and scales that Deployment.
Is this a feature you are interested in implementing yourself?
No
Anything else?
No response
The text was updated successfully, but these errors were encountered:
ppawiggers
changed the title
Support multiple scaleTargetRefs or support path
Support multiple scaleTargetRefs or support Ingress path
Oct 22, 2024
Proposal
KEDA should be able to scale multiple
scaleTargetRef
s.Or KEDA proxy should be able to select the corresponding Deployment based on Ingress path.
Use-Case
I have two Deployments:
a
andb
. Both are accessible through Ingress. They share a hostnameexample.com
and are routed on path:/a
and/b
.I want to scale both Deployments when a request comes in, but it seems KEDA proxy cannot distinguish on path, it just randomly picks a HTTPScaledObject with the corresponding hostname and scales that Deployment.
Is this a feature you are interested in implementing yourself?
No
Anything else?
No response
The text was updated successfully, but these errors were encountered: