Questions tagged [keda]
119 questions
0
votes
0 answers
KEDA scaledjob is not showing the stability
Configured below KEDA scaledjob in AKS for setting up the container based azuredevops agent. But here some misconfigurations making my system with lot of pod unexpected errors
Since I used the Azuredisk as PV for my Build tools cache, I could…

Vowneee
- 956
- 10
- 33
0
votes
1 answer
FailedGetExternalMetric Warning for selenium KEDA- Unable to get external metric
I am using selenium KEDA for auto-scaling. When I check the HPA logs - it says FAILED to get a Metrics error.
Can someone please guide me about the issue here?

Deepak Rai
- 171
- 1
- 1
- 10
0
votes
0 answers
Kubernetes deployment KEDA autoscaling RabbitMq and monitoring system
I have a spring app that I deploy it on k8s using docker desktop then i make it scale up and down based on the queue size (rabbitmq queue).
I wanna make simulation for a monitoring system and I want to create a spring app that returns:
"YES" at…

Mohamed Nalouti
- 13
- 4
0
votes
0 answers
Is there any way to deploy KEDA helm chart into K8s with terraform?
I want to deploy KEDA autoscaler Helm Chart into a Kubernetes cluster installed locally (kind) using Terraform but I can't seem to find any helm releases related online..
I'm seeking your help, ty!
Tried to look for keda autoscaler helm chart

Ahmed Maatki
- 1
- 2
0
votes
1 answer
Keda ScaledObject metric data differs from Prometheus
I am creating a Keda ScaledObject in a cloud GPU provider which exposes various metrics via a Prometheus instance, e.g.:
apiVersion: keda.sh/v1alpha1
kind: ScaledObject
metadata:
name: [name]
namespace: [namespace]
spec:
cooldownPeriod: 30
…

Jeffrey Mixon
- 12,846
- 4
- 32
- 55
0
votes
0 answers
KEDA autoscaling RabbitMq based on message processing
I have an spring boot app that consume from RabbitMq I deployed this app and make autoscale based on the queueLength , I want to make to scale down more effecinet by not scaling down the pod if there is an message is processing on that pod how can I…

Mohamed Nalouti
- 13
- 4
0
votes
0 answers
KEDA not scheduling multiple pods on node
I'm trying to implement a KEDA deployment. The deployment has to schedule pods on a node when messages in the queue appear. Now for some reason when I insert multiple messages in my queue there's only one pod being scheduled. I would like multiple…

rjjdv
- 339
- 1
- 3
- 12
0
votes
0 answers
KEDA autoscaling based on QueueLength and CPU usage
Hello everyone hope you all doing well. I have a Spring Boot app that consumes from Rabbitmq. I deployed it on Kubernetes and I configured the autoscaling based on the queue length after the queue size passes, 100 for example, message a new pod got…

Mohamed Nalouti
- 13
- 4
0
votes
0 answers
TLS certificate issue when KEDA trying to scale-up
We are migrating from Azure to GCP. Our application is running in AKS. We use KEDA to scale up / create pods whenever there is a Message in Rabbit MQ.
We are using https protocol configured in KEDA for RabbitMQ. This works perfectly fine in AKS.
But…

ron.thakkar
- 5
- 4
0
votes
1 answer
Keda servicebus: All the messages getting processed by some pods of keda scaledJob
I am using Azure Kubernetes Service(AKS) platform and used KEDA "ScaledJob" for long running job. In this, Azure Service Bus Queue trigger has been used to auto trigger Jobs. Now while I am adding messages in Azure Service Bus, KEDA will auto…

DeveloperSSP208
- 61
- 1
- 9
0
votes
1 answer
KEDA Scaling Down pod efficiently (check useractivity before scaling down)
I have spring boot app that consume from rabbitmq I deployed this app on k8s and created keda file to scale it if the size of the queue pass x messages it work fine i got new pod created ,but now I want to make like a rule on the scale down part I…

Mohamed Nalouti
- 13
- 4
0
votes
1 answer
KEDA on AKS - production ready or preview?
This question may be outdated soon enough, but at present, the path forward with AKS and KEDA isn't clear.
Background:
KEDA offers better and more polished scaling options over Kubernetes HPA (while using it internally).
KEDA can be installed in AKS…

Praveen Nayak
- 167
- 1
- 16
0
votes
0 answers
Rbbitmq Queue Not Found in vhost '/',
Hi have a docker container runnig spring app that has an GET API return the QueueLength but it seem like the container can't find the queue and i've got this error
com.rabbitmq.client.ShutdownSignalException: channel error; protocol method:…

Mohamed Nalouti
- 13
- 4
0
votes
0 answers
error creating kafka client: kafka: client has run out of available brokers to talk to: unexpected EOF" while creating KEDA scaled object
We are trying to setup keda service for scale up/down of our pods based on events from kafka. However, when we try to create scaled object we get the error. Could anyone please help here.
Note ; We have created secrets, trigger authentication and…

Sachin Agarwal
- 5
- 3
0
votes
0 answers
KEDA can't connect with RABBITMQ service
apiVersion: apps/v1
kind: Deployment
metadata:
name: spring-consumer-deployment
spec:
replicas: 1
selector:
matchLabels:
app: spring-consumer
template:
metadata:
labels:
app: spring-consumer
spec:
…

Mohamed Nalouti
- 13
- 4