# KEDA — Kubernetes Event-Driven Autoscaling > CNCF-graduated autoscaler that scales Kubernetes workloads to and from zero using 70+ event sources like Kafka, SQS, Prometheus and Redis. ## Install Save as a script file and run: # KEDA — Kubernetes Event-Driven Autoscaling ## Quick Use ```bash # Install via Helm helm repo add kedacore https://kedacore.github.io/charts helm upgrade --install keda kedacore/keda -n keda --create-namespace # Scale a Deployment on Kafka lag cat <