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

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

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
```