Skip to content

kedacore/charts

Repository files navigation

KEDA allows for fine grained autoscaling (including to/from zero) for event driven Kubernetes workloads. KEDA serves as a Kubernetes Metrics Server and allows users to define autoscaling rules using a dedicated Kubernetes custom resource definition.

KEDA can run on both the cloud and the edge, integrates natively with Kubernetes components such as the Horizontal Pod Autoscaler, and has no external dependencies.

We are a Cloud Native Computing Foundation (CNCF) graduated project. CNCF Logo

Getting Started

Adding our Helm chart repo

$ helm repo add kedacore https://kedacore.github.io/charts
"kedacore" has been added to your repositories

Browse all our Helm charts

$ helm search repo kedacore
NAME                                            CHART VERSION   APP VERSION     DESCRIPTION
kedacore/external-scaler-azure-cosmos-db        0.1.0           0.1.0           Event-based autoscaler for Azure Cosmos DB chan...
kedacore/keda                                   2.14.2          2.14.0          Event-based autoscaler for workloads on Kubernetes
kedacore/keda-add-ons-http                      0.8.0           0.8.0           Event-based autoscaler for HTTP workloads on Ku...

Releases

You can find the latest releases here.

Contributing

You can find contributing guide here.