skip to content
Alvin Lucillo

Instalilng keda via helm

/ 1 min read

Installing keda via helm is simple with these steps:

  1. Add the repo
helm repo add kedacore https://kedacore.github.io/charts  
helm repo update
  1. Install keda release
helm install keda kedacore/keda --namespace keda --create-namespace