# [[KEDA]]
[site](https://keda.sh/)
[repo](https://github.com/kedacore/keda)
KEDA is a [[Kubernetes]] [[Event-driven architecture|Event-driven]] [[Autoscaling|Autoscaler]] component for any [[Containerization|container]] on Kubernetes.
KEDA runs as a [[Kubernetes Controller|controller]] inside your cluster and tells Kubernetes whether to scale your deployments up or down based on event sources (like [[Apache Kafka|Kafka]] topics, [[Prometheus]] metrics, [[RabbitMQ]] queues). It acts as a bridge between those external event sources and the built-in [[Kubernetes HorizontalPodAutoscaler]].
KEDA scales [[Pods]] - specifically, the number of replicas in Kubernetes workloads like [[Kubernetes Deployments|deployments]], [[Kubernetes StatefulSets|StatefulSets]], or [[Kubernetes Jobs|jobs]].
## Using KEDA
- [[How to install and configure KEDA]]
## People
```dataview
table title from "private/gente"
where contains(lower(company), "keda")
```