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

Macro ticket: create new scaler for AODH. #15

Open robsondepaula opened 4 years ago

robsondepaula commented 4 years ago

Before starting refer to CREATE-NEW-SCALER.md to learn how to create a new scaler in Keda.

In Openstack AODH is similar to AWS Cloudwatch.

Expected Results:

Rodolfodc commented 4 years ago

Identified steps do develop AODH scaler for Keda

  1. Create with GO a function/object, library or just a code component to be reused.
  2. Develop Keda scaler based on Keda instructions for Keda scaler building
  3. If possible improve the component so it will be the only responsible for OpenStack interaction management and would make future scalers development easier.
  4. Integrate all development to keda environment, build and test
Rodolfodc commented 4 years ago

For the possibilities on authentication refer to : https://github.com/sidilabs/keda/issues/14#issuecomment-729111297