keda icon indicating copy to clipboard operation
keda copied to clipboard

Support multiple `scaleTargetRef`s or support Ingress path

Open ppawiggers opened this issue 4 months ago • 0 comments

Proposal

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

ppawiggers avatar Oct 22 '24 09:10 ppawiggers