Questions tagged [keda]
119 questions
0
votes
0 answers
Autoscalling consumer based on rabbitmq queue messages
[metrics server runing](https://i.stack.imgur.com/rEsaa.jpg)[[Promotheus adapter running[Autoscaling Configuration](https://i.stack.imgur.com/0t86M.jpg)](https://i.stack.imgur.com/T541E.jpg)](https://i.stack.imgur.com/Qsur8.jpg)
Im new in K8s world…

Mohamed Nalouti
- 13
- 4
0
votes
0 answers
Messages not picked up by queue after KEDA scaling in AKS
I have deployed an AKS cluster which I also installed KEDA on. Now this KEDA scaler will schedule a pod for me when a new message appears in an Azure Storage Queue. Each message is processed by one pod, and each pod (except for system pods) will be…

Ricardo de Vries
- 113
- 3
- 11
0
votes
0 answers
Azure service bus - "Count of Active messages" issue
Azure service bus specific topic's "Count of Active message" metrics grows suddenly, though there is no visible spike in the incoming messages count. These behaviour is been observed in last couple of weeks not before.
Whenever "Count of Active…

EnthuAz
- 67
- 1
- 1
- 9
0
votes
0 answers
Auto-scale AKS with keda and AzuredevOps Server
I follow instruction described here https://learn.microsoft.com/en-us/azure/aks/keda-about to setup keda with AKS and have a concrete workflow using self-hosted Azuredevops agent.
I do confirm everything is working fine when my agent pool is hosted…

terry
- 363
- 4
- 15
0
votes
0 answers
how efficient KEDA when we use azure app insight as trigger?
There is always some delay in the app logs to be captured in the azure application insight, how come KEDA (Kubernetes Event-driven Autoscaling) will be able to auto scale the container based on the logs which are not real time?. Right now the logs…

Arun Surya
- 13
- 2
0
votes
0 answers
what is the difference between KEDA MessageCount and queueLength while using Azure Service Bus triggers
I am using KEDA to scale my k8s deployments based on the number of active messages on an Azure Service Bus topic.
I am confused between the usage of MessageCount and queueLength properties in a scaledObject definition.
Can someone guide me on which…

Shalaka Deshpande
- 156
- 1
- 9
0
votes
1 answer
KEDA RabbitMQ Scaler - Issue in connecting with the management plugin host on HTTPS
We are configuring KEDA to auto-scale our deployment based on the RabbitMQ queue. Our setup makes TLS mandatory, and we have configured the RabbitMQ management plugin on HTTPS. We are trying to connect with the RabbitMQ host on https…
0
votes
1 answer
Azure ContainerApps: error parsing cpu metadata: no type given in neither trigger.metadata.type or trigger.metricType?
I been trying yo scale out replicas through cpu load in to my container... but doesn't scale...
My scale rules:
"scale": {
"maxReplicas": 3,
"minReplicas": 0,
"rules": [
{
"custom": {
…

Alberto B
- 18
- 3
0
votes
0 answers
Nodes are not auto kill/shutdown in "ScaledJob" while using KEDA in Azure Kubernetes Service(AKS)
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 use to auto trigger Jobs. Now while I am adding messages in Azure Service Bus, KEDA will auto trigger…

JMark
- 1
- 1
0
votes
1 answer
Failure while deploying a KEDA ScaledObject
On a minikube I have installed KEDA and managed to scale up/down a small service I have created using the Postgres scaler.
After a while, the scaler stopped working, and I don't understand why.
Here's the spec from the ScaledObject yaml:
spec:
…

D. Joe
- 573
- 1
- 9
- 17
0
votes
0 answers
Unable to scale KEDA httpscaledobject ? Scalar pod is erroring/crashing?
I am working on POC and trying to scale the HTTP trigger azure function hosted on Kubernetes POD.
While applying the httpscaledobject the KEDA scalar pod crashes. I tried to look log, but it not giving a clear message.
Sharing the
Service URI -…

Ashwani Kumar
- 11
- 2
0
votes
0 answers
Kubernetes pods not autoscaling
I have deployed a kubernetes cluster and added prometheus and keda to it like so:
helm install keda kedacore/keda --namespace keda --create-namespace
helm upgrade --install prometheus prometheus-community/prometheus --namespace monitoring…

ffs
- 148
- 1
- 2
- 11
0
votes
1 answer
What could make the JVM fail catastrophically (or hang indefinitely) when executing ffmpeg?
I am trying to debug a Java microservice hosted in Kubernetes, in pods which are created dynamically by KEDA feeding off an SQS queue. Pods have dedicated resources of up to 3GB RAM, which to our knowledge is sufficient (although this assumption…

Brendan Hill
- 3,406
- 4
- 32
- 61
0
votes
0 answers
How to trigger SQS to retry immediately after Java exception thrown?
I am using Java Sprint Boot with Amazon SQS to process messages from a FIFO queue. (KEDA is used to create pods in kubernetes.) We have a retry limit of 6 hours in place for unprocessed message.
The deletion policy we currently use is "ON_SUCCESS"…

Brendan Hill
- 3,406
- 4
- 32
- 61
0
votes
1 answer
Keda autoscaling not working "Client.Timeout exceeded while awaiting headers"
I want Keda to autoscale based on data from Prometheus. But there is "Client.Timeout exceeded while awaiting headers" error. I can succesully run example…

Nimander
- 69
- 10