
KEDA | Kubernetes Event-driven Autoscaling
KEDA is a single-purpose and lightweight component that can be added into any Kubernetes cluster. KEDA works alongside standard Kubernetes components like the Horizontal Pod …
The KEDA Documentation
Welcome to the documentation for KEDA, the Kubernetes Event-driven Autoscaler. Use the navigation to the left to learn more about how to use KEDA and its components. Additions and …
KEDA Concepts
What is KEDA? KEDA is a Kubernetes -based Event Driven Autoscaler. With KEDA, you can drive the scaling of any container in Kubernetes based on the number of events needing to be …
Getting Started - KEDA
Welcome to the documentation for KEDA, the Kubernetes Event-driven Autoscaler. Use the navigation bar on the left to learn more about KEDA’s architecture and how to deploy and use …
Announcing KEDA 2.0 - Taking app autoscaling to the next level
Nov 4, 2020 · Since KEDA 1.0 was released we’ve been growing with new scalers for many different sources including IBM MQ, Postgres, and Huawei Cloudeye, supporting new …
KEDA | Scaling Deployments, StatefulSets & Custom Resources
Deployments and StatefulSets are the most common way to scale workloads with KEDA. It allows you to define the Kubernetes Deployment or StatefulSet that you want KEDA to scale based …
Deploying KEDA
Locate installed KEDA Operator in keda namespace, then remove created KedaController resource and uninstall KEDA operator. Deploying using the deployment YAML files Install . If …
Scalers - KEDA
KEDA scalers can both detect if a deployment should be activated or deactivated, and feed custom metrics for a specific event source. Currently available scalers for KEDA
Deploying KEDA
We provide a few approaches to deploy KEDA runtime in your Kubernetes clusters: Helm charts; Operator Hub; YAML declarations; 💡 NOTE: KEDA requires Kubernetes cluster version 1.24 …
Scaling Deployments - KEDA
Deployments are the most common way to scale workloads with KEDA. It allows you to define the Kubernetes Deployment that you want KEDA to scale based on a scale trigger. KEDA will …