An open API service indexing awesome lists of open source software.

https://github.com/code4mk/keda-k8s-examples

keda (k8s event driven auto-scaler) k8s examples
https://github.com/code4mk/keda-k8s-examples

k8s keda

Last synced: 6 months ago
JSON representation

keda (k8s event driven auto-scaler) k8s examples

Awesome Lists containing this project

README

          

# install keda
```bash
helm repo add kedacore https://kedacore.github.io/charts
helm repo update
helm install keda kedacore/keda --namespace keda --create-namespace
```