From 5e6a39752adcc0a724bd78b97dc70d9a51336a4c Mon Sep 17 00:00:00 2001 From: Shubham Singh Date: Thu, 27 Feb 2025 08:14:15 +0000 Subject: [PATCH] mistake fixed Signed-off-by: GitHub --- content/en/docs/concepts/workloads/autoscaling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/autoscaling.md b/content/en/docs/concepts/workloads/autoscaling.md index d8a2852d23..0647958cab 100644 --- a/content/en/docs/concepts/workloads/autoscaling.md +++ b/content/en/docs/concepts/workloads/autoscaling.md @@ -111,7 +111,7 @@ in the cluster. It is also possible to scale workloads based on events, for example using the [_Kubernetes Event Driven Autoscaler_ (**KEDA**)](https://keda.sh/). -KEDA is a CNCF graduated enabling you to scale your workloads based on the number +KEDA is a CNCF-graduated project 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 a wide range of adapters for different event sources to choose from.