/charts-1

Helm charts for KEDA

Apache License 2.0Apache-2.0

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) sandbox project. CNCF Logo

Getting Started

Adding our Helm chart repo

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

Browse all our Helm charts

$ helm search repo keda/
NAME            CHART VERSION   APP VERSION     DESCRIPTION
kedacore/keda   1.5.0           1.5.0           Event-based autoscaler for workloads on Kubernetes

Releases

You can find the latest releases here.

Contributing

You can find contributing guide here.