KEDA
Kubernetes Event-driven Autoscaling framework for driving workloads from external events.
Why consider KEDA?
KEDA (Kubernetes Event-driven Autoscaling) is an open-source event-driven autoscaler written in Go by CNCF. KEDA scales Kubernetes pods from 0 to N based on queue lengths (Kafka, RabbitMQ, SQS, Redis) or metric thresholds, reducing idle cloud infrastructure compute costs.
Learn KEDA by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of KEDA
KEDA scales worker pods dynamically based on incoming queue backlog depth with zero-overhead idle states.
Quickstart
helm repo add kedacore https://kedacore.github.io/chartshelm install keda kedacore/keda --namespace keda --create-namespaceKEDA is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.