Scale your Apps using KEDA in Kubernetes

KEDA (or, Kubernetes Event-Driven Autoscaling) is a Kubernetes-based event-driven auto-scaler for Pods. With KEDA, we can scale out our application easily and then scale back to 0 which is not possible when it comes to the default HPA (Horizontal Pod Autoscaler) of Kubernetes.

KEDA Architecture diagram

Read more at Scale your Apps using KEDA in Kubernetes

Comments