generated from kedacore/github-template
-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Description
Proposal
Currently, the http-add-on scales one deployment for each HTTPScaledObeject
. This makes it difficult to scale multiple deployments based on traffic for one service. If you attempt to do this right now (as in creating multiple HTTPScaledObjects
that point to the same service, but different deployments) not all deployments are scaled, only one is at a time, and seemingly random at that.
There's two ways I see it that this can be implemented:
- Handle how requests should map to multiple
HTTPScaledObjects
- Change the
HTTPScaledObject
schema to support an array of objects rather than a single deployment/daemon set.
Use-Case
The use case I'm looking at specifically is for something like a development environment, or something else that doesn't need to necessarily be up immediately. I'd like to scale down all deployments that I'm running in a namespace dependant on the traffic to one service.
Is this a feature you are interested in implementing yourself?
Yes
Anything else?
No response
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done