This repository showcases the usage of KEDA and KEDA HTTP addon to scale down a deployment to zero based on the HTTP traffic.
minikube start
minikube addons enable ingress
helm repo add kedacore https://kedacore.github.io/charts
helm repo update
helm install keda kedacore/keda --namespace keda --create-namespace
helm install http-add-on kedacore/keda-add-ons-http --namespace keda
helm upgrade --install --create-namespace --namespace keda-http-example keda-http-example keda-http-example/ --values keda-http-example/values.yaml
127.0.0.1 keda-example.local
minikube tunnel
watch -n 1 kubectl -n keda-http-example get pods
curl keda-example.local