Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
45 views

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 ...
Oleg's user avatar
  • 1
0 votes
0 answers
166 views

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 ...
Shravan Nani's user avatar
0 votes
1 answer
85 views

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 ...
Roobal Jindal's user avatar
1 vote
1 answer
64 views

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 ...
Christian's user avatar
0 votes
1 answer
1k views

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 ...
NetDev's user avatar
  • 3
1 vote
1 answer
239 views

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 ...
tampe125's user avatar
  • 8,603
0 votes
1 answer
305 views

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, ...
Karim Chaari's user avatar
0 votes
0 answers
65 views

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 ...
Chamod Perera's user avatar
0 votes
1 answer
218 views

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 ...
UnKnown777's user avatar
0 votes
1 answer
163 views

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/...
Howard Hoffman's user avatar
1 vote
1 answer
212 views

apiVersion: keda.sh/v1alpha1 kind: ScaledObject metadata: name: aws-mq-queue-scaledobject namespace: keda spec: scaleTargetRef: name: nginx-deployment minReplicaCount: 2 maxReplicaCount: 5 ...
Richard Alves's user avatar
0 votes
1 answer
518 views

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 ...
xploreraj's user avatar
  • 4,452
1 vote
1 answer
3k views

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 ...
Jürgen Steinblock's user avatar
0 votes
1 answer
985 views

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 ...
Ricardo de Vries's user avatar
0 votes
1 answer
1k views

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 ...
Mike's user avatar
  • 807
0 votes
1 answer
486 views

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 ...
smj16's user avatar
  • 5
2 votes
1 answer
1k views

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 - ...
Samuel Teixeira's user avatar
1 vote
1 answer
232 views

How can I get a list of Kubernetes Jobs created by a particular ScaledJob object?
d4nyll's user avatar
  • 12.8k
0 votes
1 answer
1k views

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 ...
Sandy's user avatar
  • 14.2k
1 vote
0 answers
306 views

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: ...
susanilmh's user avatar
0 votes
0 answers
393 views

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/...
vkourt's user avatar
  • 5,633
2 votes
0 answers
410 views

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 ...
AutomationNation's user avatar
0 votes
1 answer
206 views

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 ...
panch mukesh's user avatar
1 vote
2 answers
951 views

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 ...
Sio's user avatar
  • 1,451
2 votes
2 answers
227 views

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: ...
Shiva Raman Pandey's user avatar