Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kedacore/charts
Helm charts for KEDA
https://github.com/kedacore/charts
Last synced: 3 months ago
JSON representation
Helm charts for KEDA
- Host: GitHub
- URL: https://github.com/kedacore/charts
- Owner: kedacore
- License: apache-2.0
- Created: 2019-11-15T17:22:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T11:20:59.000Z (about 1 year ago)
- Last Synced: 2023-10-04T04:23:51.885Z (about 1 year ago)
- Language: Mustache
- Homepage:
- Size: 5.2 MB
- Stars: 119
- Watchers: 12
- Forks: 170
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-repositories - kedacore/charts - Helm charts for KEDA (Mustache)
README
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](https://raw.githubusercontent.com/kedacore/keda/main/images/logo-cncf.svg)## Getting Started
### Adding our Helm chart repo
```console
$ helm repo add kedacore https://kedacore.github.io/charts
"kedacore" has been added to your repositories
```### Browse all our Helm charts
```console
$ 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.15.0 2.15.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](https://github.com/kedacore/charts/releases).
## Contributing
You can find contributing guide [here](./CONTRIBUTING.md).