Skip to content

Commit

Permalink
Merge pull request #4 from JoeyC-Dev/patch-1
Browse files Browse the repository at this point in the history
Fix inaccurate statement in keda-about.md
  • Loading branch information
Court72 authored Aug 7, 2024
2 parents 75c33d6 + 6628d16 commit f2ed422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/aks/keda-about.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The KEDA add-on makes it even easier by deploying a managed KEDA installation, p
[KEDA][keda] provides two main components:

- **KEDA operator** allows end-users to scale workloads in/out from 0 to N instances with support for Kubernetes Deployments, Jobs, StatefulSets or any custom resource that defines `/scale` subresource.
- **Metrics server** exposes external metrics to Horizontal Pod Autoscaler (HPA) in Kubernetes for autoscaling purposes such as messages in a Kafka topic, or number of events in an Azure event hub. Due to upstream limitations, KEDA must be the only installed metric adapter.
- **Metrics server** exposes external metrics to Horizontal Pod Autoscaler (HPA) in Kubernetes for autoscaling purposes such as messages in a Kafka topic, or number of events in an Azure event hub. Due to upstream limitations, KEDA must be the only installed external metric adapter.

![Diagram that shows the architecture of K E D A and how it extends Kubernetes instead of re-inventing the wheel.](./media/keda/architecture.png)

Expand Down Expand Up @@ -58,7 +58,7 @@ The KEDA AKS add-on has the following limitations:

* KEDA's [HTTP add-on (preview)][keda-http-add-on] to scale HTTP workloads isn't installed with the extension, but can be deployed separately.
* KEDA's [external scaler for Azure Cosmos DB][keda-cosmos-db-scaler] to scale based on Azure Cosmos DB change feed isn't installed with the extension, but can be deployed separately.
* Only one metric server is allowed in the Kubernetes cluster. Because of that the KEDA add-on should be the only metrics server inside the cluster.
* Only one external metric server is allowed in the Kubernetes cluster. Because of that the KEDA add-on should be the only external metrics server inside the cluster.
* Multiple KEDA installations aren't supported

For general KEDA questions, we recommend [visiting the FAQ overview][keda-faq].
Expand Down

0 comments on commit f2ed422

Please sign in to comment.