Helm charts for KEDA
Go to file
Zhenghan Zhou 3ad2830549
Prepare v2.16 (#704)
Co-authored-by: Jorge Turrado <jorge.turrado@scrm.lidl>
2024-11-07 10:52:57 +00:00
.github chore: Bump k8s versions used for unit tests (#702) 2024-11-07 07:51:50 +01:00
.vscode chore: Prepare for `master` to `main` migration (#217) 2021-12-20 08:56:35 +01:00
docs Prepare v2.16 (#704) 2024-11-07 10:52:57 +00:00
external-scaler-azure-cosmos-db docs(cosmos-db scaler): Introduce helm-docs for documentation (#448) 2023-06-08 14:02:23 +02:00
http-add-on http-add-on: support portName on HTTPScaledObject (#697) 2024-10-25 10:29:52 +02:00
keda Prepare v2.16 (#704) 2024-11-07 10:52:57 +00:00
samples chore(keda): test KEDA chart in other namespaces with/without cert-manager (#414) 2023-03-20 16:34:10 +01:00
.gitignore More secure rbac (#625) 2024-04-15 17:16:33 +02:00
.whitesource Configure WhiteSource Bolt for GitHub (#234) 2022-01-25 08:57:37 +01:00
CONTRIBUTING.md docs: Clarify that contributors do not have to ship Helm chart (#573) 2023-11-23 10:05:01 +01:00
LICENSE Provide license 2020-03-14 16:52:30 +01:00
MAINTAINERS.md docs: Centralize maintainer overview (#199) 2021-11-19 08:04:49 +01:00
README.md Prepare v2.16 (#704) 2024-11-07 10:52:57 +00:00

README.md

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.16.0          2.16.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.