# keda **Repository Path**: JacsonBai/keda ## Basic Information - **Project Name**: keda - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: cherry-pick-a57657-release/v2.11 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-24 - **Last Updated**: 2025-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

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) incubation project.

**Table of contents** - [Getting started](#getting-started) - [Deploying KEDA](#deploying-keda) - [Documentation](#documentation) - [Community](#community) - [Adopters - Become a listed KEDA user!](#adopters---become-a-listed-keda-user) - [Governance & Policies](#governance--policies) - [Roadmap](#roadmap) - [Releases](#releases) - [Contributing](#contributing) - [Building & deploying locally](#building--deploying-locally) ## Getting started * [QuickStart - RabbitMQ and Go](https://github.com/kedacore/sample-go-rabbitmq) * [QuickStart - Azure Functions and Queues](https://github.com/kedacore/sample-hello-world-azure-functions) * [QuickStart - Azure Functions and Kafka on Openshift 4](https://github.com/kedacore/sample-azure-functions-on-ocp4) * [QuickStart - Azure Storage Queue with ScaledJob](https://github.com/kedacore/sample-go-storage-queue) You can find several samples for various event sources [here](https://github.com/kedacore/samples). ### Deploying KEDA There are many ways to [deploy KEDA including Helm, Operator Hub and YAML files](https://keda.sh/docs/latest/deploy/). ## Documentation Interested to learn more? Head over to [keda.sh](https://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](https://keda.sh/community/). Just want to learn or chat about KEDA? Feel free to join the conversation in **[#KEDA](https://kubernetes.slack.com/messages/CKZJ36A5D)** on the **[Kubernetes Slack](https://slack.k8s.io/)**! ## Adopters - Become a listed KEDA user! We are always happy to [list users](https://keda.sh/community/#users) who run KEDA in production, learn more about it [here](https://github.com/kedacore/keda-docs#become-a-listed-keda-user). ## Governance & Policies You can learn about the governance of KEDA [here](https://github.com/kedacore/governance). ## 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](ROADMAP.md). ## Releases You can find the latest releases [here](https://github.com/kedacore/keda/releases). ## Contributing You can find contributing guide [here](./CONTRIBUTING.md). ### Building & deploying locally Learn how to build & deploy KEDA locally [here](./BUILD.md).