keda
keda copied to clipboard
Support multiple `scaleTargetRef`s or support Ingress path
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
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