---
title: 'Addon: KEDA'
description: Canonical makes open source secure, reliable and easy to use, providing
  support for Ubuntu and a portfolio of enterprise-grade technologies. Founded in
  2004, Canonical operates globally with team members in over 80 countries.
url: https://canonical.com/microk8s/docs/addon-keda?format=md
---

*Submit*

# Addon: KEDA

Homepage: **<https://keda.sh/>**
From MicroK8s version: **1.20+**
Supported arch: **amd64**

[KEDA](https://keda.sh/) is a Kubernetes based Event Driven Autoscaler. With KEDA, you can drive the scaling of any container in Kubernetes based on the number of events needing to be processed.

To enable the addon:

```
microk8s enable keda
```

The addon can be disabled at any time with the command:

```
microk8s disable keda
```

Last updated 3 years ago. [Help improve this document in the forum](https://discuss.kubernetes.io/t/addon-keda/14011).
