KEDA Autoscaling example
Install Seldon Core
Install Prometheus
!kubectl create namespace seldon-monitoring
!helm upgrade --install seldon-monitoring kube-prometheus-stack \
--version 44.4.1 \
--set fullnameOverride=seldon-monitoring \
--namespace seldon-monitoring \
--repo https://prometheus-community.github.io/helm-charts/ \
--waitError from server (AlreadyExists): namespaces "seldon-monitoring" already exists
Release "seldon-monitoring" has been upgraded. Happy Helming!
NAME: seldon-monitoring
LAST DEPLOYED: Thu Dec 4 11:20:53 2025
NAMESPACE: seldon-monitoring
STATUS: deployed
REVISION: 2
NOTES:
kube-prometheus-stack has been installed. Check its status by running:
kubectl --namespace seldon-monitoring get pods -l "release=seldon-monitoring"
Visit https://github.com/prometheus-operator/kube-prometheus for instructions on how to create & configure Alertmanager and Prometheus instances using the Operator.Install KEDA
Create model with KEDA
Create Load
Remove Load
Cleanup
Last updated
Was this helpful?