# kedacore/keda

KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes

Repository: https://github.com/kedacore/keda
Canonical: https://ross.abutalabs.com/products/keda
Homepage: https://keda.sh
Language: Go
License: Apache-2.0
License Family: permissive
Topics: kubernetes, serverless, autoscaling, event-driven, keda, hacktoberfest
Last push: 2026-08-26T16:59:25+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 83, longevity 100
- inputs: {"age_days": 2759, "days_push": 7, "days_rel": 33, "gap_med": 39, "n_releases_24m": 14}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 10471, forks 1491 (observed 2026-08-28T04:10:42.060575+00:00)

## What it is
KEDA is a Kubernetes-based event-driven autoscaler that scales any container workload based on the number of events needing processing, using a dedicated custom resource definition and 70+ built-in scalers. It acts as a Kubernetes Metrics Server, integrates with the Horizontal Pod Autoscaler, and supports scaling to and from zero.

## Use cases
- scale kubernetes deployments based on kafka queue depth
- autoscale pods to zero when there is no traffic
- scale workers based on rabbitmq or aws sqs queue length
- event-driven autoscaling for kubernetes jobs
- run and scale azure functions on kubernetes
- replace manual hpa configuration with event-based scaling rules

## When to choose
- you need fine-grained, event-driven autoscaling including scale-to-zero for kubernetes workloads
- you want to scale based on external event sources like queues, streams, databases, or cloud metrics
- you need a vendor-agnostic scaler supporting many cloud providers and messaging systems
- you want to run azure functions on kubernetes in production

## When to avoid
- you only need simple CPU/memory-based autoscaling, which the built-in HPA already handles
- you are not running workloads on kubernetes
- you need full serverless function platforms rather than scaling existing containers
- you cannot add operators or CRDs to your cluster due to policy restrictions

## Facets
- artifact type: service
- maturity: stable
- function: monitoring, deployment, microservices, cloud, container-orchestration, serverless
- domain: cloud-computing, infrastructure-as-code, microservices
- platform: cloud, self-hosted, go
- tags: autoscaling, event-driven, kubernetes-operator, hpa, scale-to-zero, cncf, scalers, metrics-server, devops, containers, automation, kubernetes, docker

## Member repositories
- kedacore/keda (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:42.060575+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:18:59.483717+00:00, confidence not recorded.
  - readme: https://github.com/kedacore/keda (fetched 2026-08-28T04:10:42.060575+00:00, sha ba109b6b3ac9)
  - homepage: https://keda.sh (fetched 2026-08-29T08:18:15.133240+00:00, sha fe69857916dc)
  - site_page: https://keda.sh/docs/latest (fetched 2026-08-29T08:18:15.142865+00:00, sha 60170c75d00e)
  - site_page: https://keda.sh/docs/latest/deploy (fetched 2026-08-29T08:18:15.144910+00:00, sha b5e8445eda83)
  - site_page: https://keda.sh/docs/latest/concepts (fetched 2026-08-29T08:18:15.147183+00:00, sha 9ca36dca2061)
  - site_page: https://keda.sh/docs/latest/concepts/scaling-deployments (fetched 2026-08-29T08:18:15.149023+00:00, sha fdcd842cc805)
  - site_page: https://keda.sh/docs/latest/concepts/scaling-jobs (fetched 2026-08-29T08:18:15.151086+00:00, sha b02c4901df92)
  - site_page: https://keda.sh/docs/latest/concepts/authentication (fetched 2026-08-29T08:18:15.152950+00:00, sha e15a2e914649)
  - site_page: https://keda.sh/docs/latest/concepts/external-scalers (fetched 2026-08-29T08:18:15.155123+00:00, sha 788f60c74508)
  - site_page: https://keda.sh/docs/latest/concepts/admission-webhooks (fetched 2026-08-29T08:18:15.157181+00:00, sha 96d45f192e56)
- Data as of 2026-08-30T08:39:29.467469+00:00.
