sidilabs / keda

KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
https://keda.sh
Apache License 2.0
0 stars 0 forks source link

AODH Keda scaler #41

Open Rodolfodc opened 3 years ago

Rodolfodc commented 3 years ago

Create AODH Keda Scaler following the Keda API for scalers, integrating existing code for openstack and providing improvements when possible

Use-Case

Development of the Keda scaler completly working

Specification

Rodolfodc commented 3 years ago

Improvements suggestions: The AODH API have a capabilities endpoint, where it returns what kind of queries are able in the AODH API. It would be itneresting to create a strategy pattern that uses complex API queries when its activated to perform the filterings, and, when not activated, use another strategy that make the filtering on the Keda code