https://github.com/jailtonjunior94/go-servicebus-keda
https://github.com/jailtonjunior94/go-servicebus-keda
go-chi golang helm keda kubernetes service-bus
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jailtonjunior94/go-servicebus-keda
- Owner: JailtonJunior94
- Created: 2022-12-02T14:40:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T13:44:04.000Z (almost 3 years ago)
- Last Synced: 2025-01-28T23:25:50.061Z (8 months ago)
- Topics: go-chi, golang, helm, keda, kubernetes, service-bus
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GOlang + Service Bus + AKS + Keda
## Instalando KEDA no cluster Kubernetes
1. Adicionado Helm Repo
```
helm repo add kedacore https://kedacore.github.io/charts
```
2. Atualizando Helm Repo
```
helm repo update
```
3. Instalando Keda Helm Chart
```
kubectl create namespace keda
helm install keda kedacore/keda --namespace keda
```