Skip to content
/ keda Public

KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes

License

Notifications You must be signed in to change notification settings

kedacore/keda

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5d0cf03 · Jan 18, 2025
Dec 24, 2024
Jan 17, 2025
Jan 13, 2025
Dec 16, 2024
Nov 29, 2024
Nov 11, 2024
Nov 7, 2024
Jan 9, 2023
Jan 17, 2025
Jan 18, 2025
Jul 12, 2023
Dec 24, 2024
Jan 9, 2023
Sep 1, 2021
Jul 14, 2022
Aug 9, 2021
Jan 12, 2024
Nov 29, 2024
Nov 7, 2024
Jan 2, 2023
Jan 25, 2022
Sep 18, 2024
Jan 17, 2025
Aug 1, 2024
Jun 3, 2024
Dec 24, 2024
Dec 24, 2024
Dec 24, 2024
Aug 26, 2020
Nov 7, 2024
Jan 9, 2023
Jan 6, 2025
Feb 13, 2024
Nov 7, 2024
Dec 2, 2024
Aug 18, 2023
Dec 24, 2024
Dec 24, 2024
Sep 11, 2023
Nov 10, 2022

Repository files navigation

Kubernetes-based Event Driven Autoscaling

main build nightly e2e Twitter

KEDA allows for fine-grained autoscaling (including to/from zero) for event driven Kubernetes workloads. KEDA serves as a Kubernetes Metrics Server and allows users to define autoscaling rules using a dedicated Kubernetes custom resource definition.

KEDA can run on both the cloud and the edge, integrates natively with Kubernetes components such as the Horizontal Pod Autoscaler, and has no external dependencies.

We are a Cloud Native Computing Foundation (CNCF) graduated project.

Table of contents

Getting started

You can find several samples for various event sources here.

Deploying KEDA

There are many ways to deploy KEDA including Helm, Operator Hub and YAML files.

Documentation

Interested to learn more? Head over to keda.sh.

Community

If interested in contributing or participating in the direction of KEDA, you can join our community meetings! Learn more about them on our website.

Just want to learn or chat about KEDA? Feel free to join the conversation in #KEDA on the Kubernetes Slack!

Adopters - Become a listed KEDA user!

We are always happy to list users who run KEDA in production, learn more about it here.

Governance & Policies

You can learn about the governance of KEDA here.

Support

Details on the KEDA support policy can found here.

Roadmap

We use GitHub issues to build our backlog, a complete overview of all open items and our planning.

Learn more about our roadmap here.

Releases

You can find the latest releases here.

Contributing

You can find contributing guide here.

Building & deploying locally

Learn how to build & deploy KEDA locally here.

Testing strategy

Learn more about our testing strategy here.