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
- Host: GitHub
- URL: https://github.com/code4mk/keda-k8s-examples
- Owner: code4mk
- Created: 2024-11-30T16:26:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T16:37:52.000Z (10 months ago)
- Last Synced: 2025-02-19T12:55:24.149Z (8 months ago)
- Topics: k8s, keda
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```