Models Auto-Scaling with Kubernetes Event-Driven Autoscaling (KEDA) Experiment

This experiment demonstrates a sophisticated autoscaling approach using: When the application receives requests, it records active request counts (or active “user requests”) and pushes these metrics to the Prometheus Pushgateway. Prometheus (deployed via the kube-prometheus-stack) then scrapes these metrics and KEDA uses a Prometheus-based trigger to scale the number of pods according to the load. […]