144 questions
0
votes
0
answers
45
views
Why does KEDA create a second Selenium Node for the second Chrome session instead of using available slots on the first node
I'm running Selenium Grid in Minikube using the official Docker Selenium Helm chart, with KEDA enabled for autoscaling. My goal is to scale Chrome nodes based on session demand, where each node can ...
0
votes
0
answers
166
views
KEDA + Celery: Need Immediate Pod Scaling for Each Queued Task (Zero Queue Length Goal)
I have KEDA + Celery setup working, but there's a timing issue with scaling. I need immediate pod scaling when tasks are queued - essentially maintaining zero pending tasks at all times by spinning up ...
0
votes
1
answer
85
views
Unable to horizonatally auto scale Strimzi's KafkaConnect worker pods using keda
Context: I am using managed kafka i.e. AWS MSK cluster and running Strimzi KafkaConnect worker pods in aws eks cluster. I have removed replicas field from KafkaConnect manifest and it spins up 3 ...
1
vote
1
answer
64
views
How common are non-graceful container shutdowns in Azure Container Apps (or Kubernetes) compared to graceful ones? [closed]
I'm building a distributed system running on Azure Container Apps, where graceful shutdowns of containers (e.g., to flush state, finalize jobs, etc.) are important for ensuring data integrity and ...
0
votes
1
answer
1k
views
Why doesn't Container Apps scale down with scale rule in place (scale up works)?
I've configured a ContainerApp with an auto scale rule in place based on the Azure Service Bus Topics. The up scaling of the ContainerApp works properly. However, it does not scale down. Any idea what ...
1
vote
1
answer
239
views
Deploy KEDA on AWS EKS auto mode
I currently have a cluster on EKS in Auto Mode and I'm doing some initial tests.
I want to deploy KEDA to perform horizontal scale, but since it's a critical piece of the infrastructure, it should be ...
0
votes
1
answer
305
views
How can I access message details within an Azure Container App Job configured for event-based scaling?
I have configured an Azure Container App Job with event-based scaling using messages from an Azure Service Bus queue. Is it possible to access the message details (e.g., message body, message ID, ...
0
votes
0
answers
65
views
KEDA ScaledObject fails with error no account given despite providing accountId and queryKey directly in ScaledObject
I'm trying to set up autoscaling for my Kubernetes deployment using KEDA with New Relic as a trigger. However, I'm encountering an error despite providing the necessary accountId and queryKey directly ...
0
votes
1
answer
218
views
AKS Keda: Pods are removed during execution
Pods are getting removed during execution and getting below error:
##[error]We stopped hearing from agent matlab-aks-agent-6d69d8f7c5-7pt4n. Verify the agent machine is running and has a healthy ...
0
votes
1
answer
163
views
KEDA Events in Azure Kubernetes Service's Log Analytics
Is it possible to review KEDA Events via Log Analytics Kusto queries from an Azure Kubernetes Service deployment?
I'm looking for a way to flow the events listed at https://keda.sh/docs/2.15/reference/...
1
vote
1
answer
212
views
Keda can't connect to AWS MQ
apiVersion: keda.sh/v1alpha1
kind: ScaledObject
metadata:
name: aws-mq-queue-scaledobject
namespace: keda
spec:
scaleTargetRef:
name: nginx-deployment
minReplicaCount: 2
maxReplicaCount: 5
...
0
votes
1
answer
518
views
Will Kubernetes scale to maxReplicaCount directly based on threshold in ScaledObject?
The metric server has a simple REST API endpoint that returns count in the response body.
In my scaled object yaml, say I have given below:
minReplicaCount: 1
maxReplicaCount: 10
pollingInterval: 90
...
1
vote
1
answer
3k
views
How to create a container app scale rule based on a service bus message queue length
I have a azure container app that I want to scale based on a Azure service bus queue.
The app is already configured to process the queue and every instance processes two messages at a time. With ...
0
votes
1
answer
985
views
How do I make KEDA use the service account of my application instead of the default one?
I am trying to set up KEDA in my AKS cluster. I have an application running in a pod. I am using workload identity. Everything is set up correctly in that respect, because all the other Azure services ...
0
votes
1
answer
1k
views
How to Configure Container App Job to use Accurate KEDA
We are having some difficulty figuring out how to configure the auto scale rules on our Azure Container App Job to use the "accurate" calculation method vs the default when determining the ...
0
votes
1
answer
486
views
keda is unable to get eventhub metadata: no storage connection string given
I am currently trying to use Keda to start a job after having received an event from Azure Event Hub. When I deploy my scaledjob, I see the message (with kubectl describe):
Warning KEDAScalerFailed ...
2
votes
1
answer
1k
views
Added multiple triggers for Keda from the same type Prometheus
Is that possible to have the Keda Trigger specification using multiple triggers from the same type? In this case prometheus?
triggers:
- type: prometheus
metadata:
[metadata1 - ...
1
vote
1
answer
232
views
How to get a list of Jobs created by ScaledJob?
How can I get a list of Kubernetes Jobs created by a particular ScaledJob object?
0
votes
1
answer
1k
views
KEDA Trigger Authentication with Azure Service Principal
Does KEDA support azure service principal(client id and secret)? I read through the documentation but could not find an example. The documentation did mentioned service principal for key vault but my ...
1
vote
0
answers
306
views
KEDAScalerFailed rpc error: code = PermissionDenied desc = Permission monitoring.timeSeries.list denied (or the resource may not exist)
I'm testing Keda's autoscaling with pubsub. the scaler works well when I use service account json credentials. When I switch to gcp workload identity using PodIdentity: gcp it throws error message:
...
0
votes
0
answers
393
views
KEDA NATS scaler not activating deployment
I am in the process of sampling KEDA for potential use in a project. I have set it up locally on a minikube K8s and I have created a ScaledObject using the below configuration:
apiVersion: keda.sh/...
2
votes
0
answers
410
views
Keda ScaledJob Caching / Not Starting New Jobs
Keda has been solid as a rock for us, however we've had some very strange issues related to scaling jobs after an initial scale.
We deploy our ScaledJobs using multiple versions listening to a unique ...
0
votes
1
answer
206
views
How to configure gcp-storage trigger for keda scaler
I'm trying to configure a Keda Scaler with gcp-storage as trigger, using workload identity as authentication. I have verified my service account has both Storage Admin & Storage Object Admin Roles ...
1
vote
2
answers
951
views
How do you configure an Event Hub KEDA scaler for Azure Container Apps?
I’ve been trying to configure an Azure Container App to have a custom scale rule using the event-hub KEDA scaler, and I haven't had any success.
I always hit this error:
unable to get ...
2
votes
2
answers
227
views
Facing issue in using github.com/kedacore/keda/pkg/apis/keda/v1alpha1
I am using Keda along with client-go in golang. I am facing issue in getting the imported package
This is the error message
go get github.com/kedacore/keda/pkg/apis/keda/v1alpha1
go: ...