Merge pull request #96056 from zroubalik/patch-1

Add KEDA to the External Metrics API implementations
This commit is contained in:
Kubernetes Prow Robot 2020-12-18 15:02:25 -08:00 committed by GitHub
commit 4645e11a2d
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.