Back to Glossary
Kubernetes

What is KEDA?

Kubernetes Event-Driven Autoscaling — scales pods based on external event sources.

KEDA (Kubernetes Event-Driven Autoscaling) is a CNCF project that enables pods to scale based on external event sources — SQS queue depth, Kafka lag, Redis list length, HTTP request rate, cron schedules, and 60+ other scalers. KEDA extends HPA by providing custom metric adapters for these event sources. Crucially, KEDA can scale workloads to zero (no traffic = no pods), which isn't possible with standard HPA.

Deep Dive Guide

keda event driven autoscaling complete guide

Test your knowledge of KEDA and 130 other DevOps concepts