Add KEDA to the External Metrics API implementations

Signed-off-by: Zbynek Roubalik zroubali@redhat.com
This commit is contained in:
Zbynek Roubalik 2020-10-30 17:01:09 +01:00 committed by GitHub
parent 7bf9b0a3be
commit f52d50c079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,4 +31,11 @@ They are listed here for convenience.***
- [Kube Metrics Adapter](https://github.com/zalando-incubator/kube-metrics-adapter). A general purpose metrics adapter for Kubernetes that can collect and serve custom and external metrics for Horizontal Pod Autoscaling.
Provides the ability to scrape pods directly or from Prometheus through user defined queries.
Also capable of serving external metrics from a number of sources including AWS' SQS and [ZMON monitoring](https://github.com/zalando/zmon).
Also capable of serving external metrics from a number of sources including AWS' SQS and [ZMON monitoring](https://github.com/zalando/zmon).
## External Metrics API
***NB: None of the below implementations are officially part of Kubernetes.
They are listed here for convenience.***
- [KEDA](https://github.com/kedacore/keda). A Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes.