AKS - KEDA - ScaledObject - ServiceBus Queue - Message Count Triggered #1837
Unanswered
atulthummar
asked this question in
Q&A / Need Help
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
@jeffhollan @tomkerkhove Any input will be highly appreciated Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@tomkerkhove Hello Guys,
I have question on AKS - KEDA - ScaledObject - ServiceBus Queue - Message Count Trigger related
I have configured as like below
apiVersion: keda.sh/v1alpha1
kind: ScaledObject
metadata:
name: azure-function-scaler
spec:
scaleTargetRef:
name: azure-function
cooldownPeriod: 5
minReplicaCount: 0
maxReplicaCount: 100
triggers:
metadata:
queueName: queue
connectionFromEnv: SERVICEBUS_CONNECTIONSTRING
namespace: testnamespace
messageCount: '10'
authenticationRef:
name: azure-function-trigger-auth
Now my question is How KEDA created PODs on based on Message count
Beta Was this translation helpful? Give feedback.
All reactions