From f52d50c0792a43237db405e8bfb6857c293c643a Mon Sep 17 00:00:00 2001 From: Zbynek Roubalik <726523+zroubalik@users.noreply.github.com> Date: Fri, 30 Oct 2020 17:01:09 +0100 Subject: [PATCH] Add KEDA to the External Metrics API implementations Signed-off-by: Zbynek Roubalik zroubali@redhat.com --- staging/src/k8s.io/metrics/IMPLEMENTATIONS.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md b/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md index 4f53c18bb40..72131db2262 100644 --- a/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md +++ b/staging/src/k8s.io/metrics/IMPLEMENTATIONS.md @@ -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). \ No newline at end of file + 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.