Skip to content

Commit fbb95a5

Browse files
committed
Improve readability
Signed-off-by: Tom Kerkhove <[email protected]>
1 parent 5e03947 commit fbb95a5

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

articles/aks/keda-about.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: tomkerkhove
1212

1313
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.
1414

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.
1616

1717
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.
1818

@@ -23,7 +23,7 @@ The KEDA add-on makes it even easier by deploying a managed KEDA installation, p
2323
[KEDA][keda] provides two main components:
2424

2525
- **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.
2727

2828
![Diagram that shows the architecture of KEDA and how it extends Kubernetes instead of re-inventing the wheel](./media/keda/architecture.png)
2929

@@ -46,17 +46,17 @@ KEDA provides the following capabilities and features:
4646
- Autoscale applications with `ScaledObjects`, such as Deployments, StatefulSets or any custom resource that defines `/scale` subresource
4747
- Autoscale job-like workloads with `ScaledJobs`
4848
- 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
5050

5151
## Add-on limitations
5252

5353
The KEDA AKS add-on has the following limitations:
5454

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.
6060

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

articles/aks/keda-deploy-add-on-arm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
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).
44
services: container-service
55
author: jahabibi
66
ms.topic: article
77
ms.date: 05/24/2021
88
ms.author: jahabibi
99
---
1010

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
1212

1313
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.
1414

articles/aks/keda-integrations.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: tomkerkhove
1010

1111
# Integrations with Kubernetes Event-driven Autoscaling (KEDA) on Azure Kubernetes Service (AKS) (Preview)
1212

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.
1414

1515
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
1616

@@ -25,7 +25,7 @@ To learn about the available metrics, we recommend reading the [KEDA documentati
2525

2626
## Scalers for Azure services
2727

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.
2929

3030
It leverages the following scalers for Azure services:
3131

@@ -41,14 +41,14 @@ It leverages the following scalers for Azure services:
4141

4242
Next to the built-in scalers, you can install external scalers yourself to autoscale on other Azure services:
4343

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)
4545

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.
4747

4848
## Next steps
4949

5050
* [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]
5252

5353
<!-- LINKS - internal -->
5454
[aks-support-policy]: support-policies.md

0 commit comments

Comments
 (0)