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
Copy file name to clipboardExpand all lines: articles/aks/keda-about.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.author: tomkerkhove
12
12
13
13
Kubernetes Event-driven Autoscaling (KEDA) is a single-purpose and lightweight component that strives to make application autoscaling simple and is a CNCF Incubation project.
14
14
15
-
It leverages event-driven autoscaling to scale your application to meet demand in a sustainable and cost-efficient manner with scale-to-zero.
15
+
It applies event-driven autoscaling to scale your application to meet demand in a sustainable and cost-efficient manner with scale-to-zero.
16
16
17
17
The KEDA add-on makes it even easier by deploying a managed KEDA installation, providing you with [a rich catalog of 50+ KEDA scalers][keda-scalers] that you can scale your applications with on your Azure Kubernetes Services (AKS) cluster.
18
18
@@ -23,7 +23,7 @@ The KEDA add-on makes it even easier by deploying a managed KEDA installation, p
23
23
[KEDA][keda] provides two main components:
24
24
25
25
-**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.
26
-
-**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, this must be the only installed metric adapter.
26
+
-**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.
27
27
28
28

29
29
@@ -46,17 +46,17 @@ KEDA provides the following capabilities and features:
46
46
- Autoscale applications with `ScaledObjects`, such as Deployments, StatefulSets or any custom resource that defines `/scale` subresource
47
47
- Autoscale job-like workloads with `ScaledJobs`
48
48
- Use production-grade security by decoupling autoscaling authentication from workloads
49
-
- Bring-your-own external scaler to leverage tailor-made autoscaling decisions
49
+
- Bring-your-own external scaler to use tailor-made autoscaling decisions
50
50
51
51
## Add-on limitations
52
52
53
53
The KEDA AKS add-on has the following limitations:
54
54
55
-
* KEDA's [HTTP add-on (preview)][keda-http-add-on] to scale HTTP workloads is not installed with the extension, but can be deployed separately.
56
-
* KEDA's [external scaler for Azure Cosmos DB][keda-cosmos-db-scaler] to scale based on Azure Cosmos DB change feed is not installed with the extension, but can be deployed separately.
57
-
* 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.
58
-
* Multiple KEDA installations are not supported
59
-
* Managed identity is not supported.
55
+
* 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.
56
+
* 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.
57
+
* 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.
58
+
* Multiple KEDA installations aren't supported
59
+
* Managed identity isn't supported.
60
60
61
61
For general KEDA questions, we recommend [visiting the FAQ overview][keda-faq].
Copy file name to clipboardExpand all lines: articles/aks/keda-deploy-add-on-arm.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
-
title: Deploy the Kubernetes Event-driven Autoscaling (KEDA) add-on by using ARM
3
-
description: Use a ARM template to deploy the Kubernetes Event-driven Autoscaling (KEDA) add-on to Azure Kubernetes Service (AKS).
2
+
title: Deploy the Kubernetes Event-driven Autoscaling (KEDA) add-on by using an ARM template
3
+
description: Use an ARM template to deploy the Kubernetes Event-driven Autoscaling (KEDA) add-on to Azure Kubernetes Service (AKS).
4
4
services: container-service
5
5
author: jahabibi
6
6
ms.topic: article
7
7
ms.date: 05/24/2021
8
8
ms.author: jahabibi
9
9
---
10
10
11
-
# Deploy the Kubernetes Event-driven Autoscaling (KEDA) add-on by using ARM
11
+
# Deploy the Kubernetes Event-driven Autoscaling (KEDA) add-on by using ARM template
12
12
13
13
This article shows you how to deploy the Kubernetes Event-driven Autoscaling (KEDA) add-on to Azure Kubernetes Service (AKS) by using an [ARM](../azure-resource-manager/templates/index.yml) template.
Copy file name to clipboardExpand all lines: articles/aks/keda-integrations.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.author: tomkerkhove
10
10
11
11
# Integrations with Kubernetes Event-driven Autoscaling (KEDA) on Azure Kubernetes Service (AKS) (Preview)
12
12
13
-
The Kubernetes Event-driven Autoscaling (KEDA) add-on integrates with features provided by Azure as well as open source projects.
13
+
The Kubernetes Event-driven Autoscaling (KEDA) add-on integrates with features provided by Azure and open source projects.
14
14
15
15
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
16
16
@@ -25,7 +25,7 @@ To learn about the available metrics, we recommend reading the [KEDA documentati
25
25
26
26
## Scalers for Azure services
27
27
28
-
KEDA can integrate with a variety of tools and services through the [a rich catalog of 50+ KEDA scalers][keda-scalers] including leading cloud platforms (such as Azure) and open-source technologies (such as Redis and Kafka).
28
+
KEDA can integrate with various tools and services through [a rich catalog of 50+ KEDA scalers][keda-scalers]. It supports leading cloud platforms (such as Azure) and open-source technologies such as Redis and Kafka.
29
29
30
30
It leverages the following scalers for Azure services:
31
31
@@ -41,14 +41,14 @@ It leverages the following scalers for Azure services:
41
41
42
42
Next to the built-in scalers, you can install external scalers yourself to autoscale on other Azure services:
43
43
44
-
-[Azure Cosmos DB (Changefeed)](https://github.com/kedacore/external-scaler-azure-cosmos-db)
44
+
-[Azure Cosmos DB (Change feed)](https://github.com/kedacore/external-scaler-azure-cosmos-db)
45
45
46
-
However, these external scalers are not supported as part of the add-on and rely on community support.
46
+
However, these external scalers aren't supported as part of the add-on and rely on community support.
47
47
48
48
## Next steps
49
49
50
50
*[Enable the KEDA add-on with an ARM template][keda-arm]
51
-
*[Autoscale a .NET Core worker processing Azure Service Bus Queue messages][keda-sample]
51
+
*[Autoscale a .NET Core worker processing Azure Service Bus Queue message][keda-sample]
0 commit comments