We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1ffc9 commit 4b040f5Copy full SHA for 4b040f5
content/en/docs/concepts/workloads/autoscaling.md
@@ -83,11 +83,12 @@ Mode | Description
83
84
### Event driven Autoscaling
85
86
-_tbd_
87
-
88
-### Autoscaling based on cluster size
+It is also possible to scale workloads based on events, for example using the
+[_Kubernetes Event Driven Autoscaler_ (**KEDA**)](https://keda.sh/).
89
90
+KEDA is a CNCF graduated enabling you to scale your workloads based on the number
+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.
92
93
### Autoscaling based on schedules
94
0 commit comments