Redis ScaledObject not scaling judge-workers Deployment in Kubernetes #7100
Unanswered
lightning-sagar
asked this question in
Q&A / Need Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dropdowns for Each Part (Markdown Style)
1️⃣ PersistentVolume & PersistentVolumeClaim
2️⃣ Redis StatefulSet & Services
3️⃣ Judge Workers Deployment
4️⃣ KEDA ScaledObject
Issue: Redis List Scaler Not Increasing Pods
Description:
I have deployed a Redis StatefulSet and a Deployment called
judge-workers. I want to auto-scale the workers using KEDA Redis List trigger. Despite the Redis list length being above the threshold (LLEN job_queue > 3), the HPA does not increase pods.ScaledObject YAML:
Observations:
redis-cli -h redis-service PINGreturnsPONG).LLEN job_queueshows multiple items.kubectl get hpa -n judge-namespace -wshows<unknown>for metrics and replicas remain at minReplicaCount.Troubleshooting Done:
redis.redis-clifrom a temporary pod.Question:
Why is KEDA not scaling the
judge-workersdeployment despite the Redis list having items above thelistLengththreshold? Is there any additional configuration required for Redis List triggers to work in this setup?Additional Info:
Beta Was this translation helpful? Give feedback.
All reactions