Skip to content

Commit 4b040f5

Browse files
committed
Adds section on KEDA
1 parent 6d1ffc9 commit 4b040f5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/en/docs/concepts/workloads/autoscaling.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,12 @@ Mode | Description
8383

8484
### Event driven Autoscaling
8585

86-
_tbd_
87-
88-
### Autoscaling based on cluster size
86+
It is also possible to scale workloads based on events, for example using the
87+
[_Kubernetes Event Driven Autoscaler_ (**KEDA**)](https://keda.sh/).
8988

90-
_tbd_
89+
KEDA is a CNCF graduated enabling you to scale your workloads based on the number
90+
of events to be processed, for example the amount of messages in a queue. There exists
91+
a wide range of adapters for different event sources to choose from.
9192

9293
### Autoscaling based on schedules
9394

0 commit comments

Comments
 (0)