KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
Go to file
Jorge Turrado Ferrero 5e8401d9d4
chore: bump deps and go version (#5273)
2023-12-11 07:53:40 +01:00
.devcontainer chore: bump deps and go version (#5273) 2023-12-11 07:53:40 +01:00
.github chore: bump deps and go version (#5273) 2023-12-11 07:53:40 +01:00
apis feat: Introduce CloudEvents to KEDA (#4968) 2023-11-23 21:02:51 +01:00
cmd feat: Introduce CloudEvents to KEDA (#4968) 2023-11-23 21:02:51 +01:00
config chore: e2e test improvements (#5226) 2023-12-03 12:38:54 +01:00
controllers feat: Introduce CloudEvents to KEDA (#4968) 2023-11-23 21:02:51 +01:00
hack fix: Changelog script allows TODO entries (#5020) 2023-09-28 18:47:45 +00:00
images feat: New validation hook to check if scale target is already managed (#4001) 2023-01-09 17:04:10 +01:00
pkg General: use client-side round-robin load balancing for grpc (#5225) 2023-12-08 13:21:01 +01:00
tests chore: Add missing changes on prometheus metrics e2e test case (#5268) 2023-12-07 19:12:14 +00:00
tools chore: remove build tools from this repo and use the share tools (#4787) 2023-07-12 16:48:41 +00:00
vendor fix otelgrpc DoS vulnerability (#5209) 2023-11-27 15:26:33 +00:00
version feat: New validation hook to check if scale target is already managed (#4001) 2023-01-09 17:04:10 +01:00
.dockerignore Migrate to Kubebuilder v3 (#2082) 2021-09-01 16:02:32 -07:00
.fossa.yml chore: update FOSSA key and badge (#3368) 2022-07-14 19:07:29 +00:00
.gitattributes
.gitignore feat: New validation hook to check if scale target is already managed (#4001) 2023-01-09 17:04:10 +01:00
.golangci.yml Kafka: Limit Scaling to Partitions w/Lag (#5060) 2023-10-11 10:14:39 +02:00
.pre-commit-config.yaml chore(e2e): Print KEDA logs despite installation fails (#5214) 2023-11-27 20:50:55 +00:00
.semgrepignore fix: apply semgrep suggestions (#3998) 2023-01-02 18:34:18 +00:00
.whitesource Configure WhiteSource Bolt for GitHub (#2514) 2022-01-25 09:21:50 +01:00
BUILD.md fix: typos (#5004) 2023-09-26 15:49:34 +02:00
CHANGELOG.md General: use client-side round-robin load balancing for grpc (#5225) 2023-12-08 13:21:01 +01:00
CONTRIBUTING.md Update (#4904) 2023-08-24 05:24:34 +00:00
CREATE-NEW-SCALER.md Update CREATE-NEW-SCALER.md 2023-12-05 12:43:09 +01:00
Dockerfile chore: bump deps and go version (#5273) 2023-12-11 07:53:40 +01:00
Dockerfile.adapter chore: bump deps and go version (#5273) 2023-12-11 07:53:40 +01:00
Dockerfile.webhooks chore: bump deps and go version (#5273) 2023-12-11 07:53:40 +01:00
LICENSE
Makefile feat: Introduce CloudEvents to KEDA (#4968) 2023-11-23 21:02:51 +01:00
PROJECT feat: New validation hook to check if scale target is already managed (#4001) 2023-01-09 17:04:10 +01:00
README.md fix: Update workflow badges on readme.md (#5081) 2023-10-16 11:09:34 +02:00
RELEASE-PROCESS.md Update Release Process doc with info about Snyk image pruning. 2023-12-07 14:11:17 +01:00
ROADMAP.md fix: update roadmap year (#5019) 2023-09-28 20:20:22 +02:00
SECURITY.md chore: link the proper Support policy (#5049) 2023-10-04 10:07:20 +00:00
TESTING.md chore: Add testing documentation (#4884) 2023-08-18 06:55:57 +00:00
go.mod chore: bump deps and go version (#5273) 2023-12-11 07:53:40 +01:00
go.sum chore: bump deps and go version (#5273) 2023-12-11 07:53:40 +01:00
renovate.json Update renovate.json to use pinned commits (#4958) 2023-09-11 14:03:12 +02:00
trivy.yml re-introduce vendor to satisfy reproducible builds requirement (#3518) 2022-11-10 13:35:21 +01:00

README.md

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.