Replies: 1 comment
-
Using GKE cluster |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am facing an issue regarding KEDA autoscaling. I have a Go binary that reads one message from a RabbitMQ queue. When I deploy the binary in a pod and use KEDA to autoscale it, my scaled objects do not work properly.
kubectl get scaledobjects -w
NAME SCALETARGETKIND SCALETARGETNAME MIN MAX TRIGGERS AUTHENTICATION READY ACTIVE FALLBACK PAUSED AGE
rss-storage-scaledobject apps/v1.Deployment rss-storage-feed 0 250 rabbitmq True False False Unknown 19h
rss-storage-scaledobject apps/v1.Deployment rss-storage-feed 0 250 rabbitmq True False False Unknown 19h
rss-storage-scaledobject apps/v1.Deployment rss-storage-feed 0 250 rabbitmq True False False Unknown 19h
rss-storage-scaledobject apps/v1.Deployment rss-storage-feed 0 250 rabbitmq True True False Unknown 19h
rss-storage-scaledobject apps/v1.Deployment rss-storage-feed 0 250 rabbitmq True False False Unknown 19h
rss-storage-scaledobject apps/v1.Deployment rss-storage-feed 0 250 rabbitmq True False False Unknown 19h
rss-storage-scaledobject apps/v1.Deployment rss-storage-feed 0 250 rabbitmq True False False Unknown 19h
rss-storage-scaledobject apps/v1.Deployment rss-storage-feed 0 250 rabbitmq True True False Unknown 19h
rss-storage-scaledobject apps/v1.Deployment rss-storage-feed 0 250 rabbitmq True False False Unknown 19h
I would like to know the current status of my scaled objects. Can you please provide me with an update? Also, kindly let me know if there are any issues that need to be addressed. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions