Skip to content

JailtonJunior94/go-servicebus-keda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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