Questions tagged [keda]

119 questions
1
vote
0 answers

Http trigger azure function deployment in kubernetes using KEDA wihtout exposing using ingress control

I created an azure function and its docker images is deployed in Kubernetes.This function should work internally in Kubernetes. I don't want to expose my function to out side world. How do i scale the azure function without ingress control.Is it…
avancho marchos
  • 180
  • 1
  • 1
  • 9
1
vote
1 answer

KEDA integrate with AWS MSK

I am using AWS MSK, is it possible to integrate with Keda? I could not find any relevant documentation for AWS MSK.
Kalava
  • 231
  • 2
  • 4
  • 18
1
vote
3 answers

Is KEDA support statefulset scaling?

I'm trying to scale my Statefulset object horizontally using KEDA with K8S. I put in the 'deploymentName' key the value of my Statfulset name but the scaling is not taking into action. Is KEDA suuport it? apiVersion: keda.k8s.io/v1alpha1 kind:…
Udi
  • 598
  • 8
  • 19
1
vote
4 answers

HPA scale-down-kubernetes pods

My Requirement is Scale up PODS on Custom metrics like pending messages from queue increases pods has to increase to process jobs. In kubernetes Scale up is working fine with prometheus adapter & prometheus operator. I have long running process in…
Santhoo Kumar
  • 61
  • 1
  • 9
0
votes
1 answer

Keda ScaledObject using the Application Insights custom query

My usecase is to scale the AKS POD based on application insights custom query results. But i am unable to find any example which does that. KEDA document only suggesting to use the built in metric id. Below is something i wanted to achieve. But it…
Chandra Mohan
  • 729
  • 2
  • 10
  • 29
0
votes
0 answers

Failed to ensure ScaledJob is correctly created

Deploying azure agents on openshift through KEDA scaled job approach. But facing the issue as "Failed to ensure ScaledJob is correctly created" from the KEDA Getting the below issue on openshift activities: error parsing azure Pipelines metadata:…
sr123
  • 9
  • 3
0
votes
1 answer

AKS with Keda: pods get terminated during execution

I have deployed the Azure Queue Trigger Function to Kubernetes with KEDA for event-driven activation and scaling. It works fine with smaller jobs, but if the time taken exceeds 5 minutes, the pods get terminated automatically, and new pods get…
Lakmal
  • 779
  • 1
  • 8
  • 16
0
votes
1 answer

Dynamic volume for keda ScaledJobs

Problem Statement: I am running keda ScaledJobs with azure-pipeline trigger, underlying node has low ephemeral storage so for each job I want to attach a volume that's available to the lifecycle of pod. Job doesn't support creation of volume…
Shrijan Tiwari
  • 673
  • 6
  • 17
0
votes
0 answers

Getting error in autoscaling with keda in aws eks cluster

Please see the below yaml file. apiVersion: keda.sh/v1alpha1 kind: ScaledObject metadata: name: scaledobject namespace: keda spec: scaleTargetRef: name: gas-agent-deployment pollingInterval: 10 #Interval for polling cooldownPeriod:…
eshika
  • 1
0
votes
1 answer

aws-cloudwatch expression attribute

Using aws-cloudwatch trigger with KEDA for auto scaling and not sure what the expression attribute is! Isn't supposed to return the value of the expected metrics/dimension at polling time? If yes, why do we still need other attributes like…
mhdwrk
  • 1,745
  • 2
  • 13
  • 19
0
votes
0 answers

How to use a 'reverse trigger' in KEDA where the ScaledObject stops scaling up?

I am using Prometheus as a trigger type for KEDA in my Kubernetes cluster. Right now I added a trigger that scales up pods based on CPU usage. But I also want to add a trigger that forces KEDA to only create 30 pods per node. The reason is that when…
0
votes
0 answers

How to see Unacknowledged messages from RabbitMQ with KEDA?

I have created a ScaledObject that scales Celery worker pods based on how many requests are present in a RabbitMQ queue. This is in an Azure Kubernetes Service cluster. I used the the following url and noticed that the Unacknowledged messages are…
0
votes
0 answers

Better KEDA Queue Length and AWS SQS Receive Message Configuration

We've created a .net worker that pulls messages from AWS SQS, we've set the max messages to 10 and that means read 10 messages from the queue in one shot. We want the messages to be processed without latency so we are trying to set the queue length…
VJAI
  • 32,167
  • 23
  • 102
  • 164
0
votes
1 answer

How to debug KEDA+prometheus autoscaling deployment

I have this repo terraform1 I have created minikube using virtualbox (can also docker, but docker has a lot of issues in my machine, especially network part) curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 sudo…
Kokizzu
  • 24,974
  • 37
  • 137
  • 233
0
votes
1 answer

KEDA scaledown event take 5 minute

My pods used to scale down in few seconds 20-30 but i dont know what happened now it taken 5 minute to scale down and when I added minreplica in KEDA YML file the time from 1 to 0 pods take few seconds but for n to 1 pod it take 5 minutes what I…
trey
  • 61
  • 5