You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying implement logic to get scaling object in step by step manner.
example given below for kafka lag trigger.
For example.
minThreshold : 100
maxThreshold: 10,000
increaseBy:10
decreaseBy:20
minimum: 3
maximum: 100
If we start at lag 10, we will have 3 instances. When lag increases to 10,000 it will start adding 10 instances every minute until it reaches 100.
Once these 100 instances work aggressively and reduce the lag to <100, it will start reducing instances by 20 till the lag remains between 100 and 10,000.
I need to know how these use cases are translated into k8s.
Can some one help me , can we implement this logic in KEDA ScaledObject?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying implement logic to get scaling object in step by step manner.
example given below for kafka lag trigger.
For example.
minThreshold : 100
maxThreshold: 10,000
increaseBy:10
decreaseBy:20
minimum: 3
maximum: 100
If we start at lag 10, we will have 3 instances. When lag increases to 10,000 it will start adding 10 instances every minute until it reaches 100.
Once these 100 instances work aggressively and reduce the lag to <100, it will start reducing instances by 20 till the lag remains between 100 and 10,000.
I need to know how these use cases are translated into k8s.
Can some one help me , can we implement this logic in KEDA ScaledObject?
Beta Was this translation helpful? Give feedback.
All reactions