This branch contains KEDA v2.0.0 Release Candidate, currently under development
How can I try KEDA v2 Release Candidate version?
Make sure to remove previous KEDA (including CRD) from the cluster. You can use KEDA Helm chart (include --devel
when listing) or deploy directly this yaml file:
kubectl apply -f https://github.com/kedacore/keda/releases/download/v2.0.0-rc/keda-2.0.0-rc.yaml
To uninstall run:
kubectl delete -f https://github.com/kedacore/keda/releases/download/v2.0.0-rc/keda-2.0.0-rc.yaml
Kubernetes-based Event Driven Autoscaling
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) sandbox project.
Table of contents
- Getting started
- Deploying KEDA
- Documentation
- Guidelines
- FAQ
- Community
- Become a listed KEDA user!
- Releases
- Contributing
Getting started
- QuickStart - RabbitMQ and Go
- QuickStart - Azure Functions and Queues
- QuickStart - Azure Functions and Kafka on Openshift 4
- QuickStart - Azure Storage Queue with ScaledJob
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.
Guidelines
Branding
We provide guidelines around branding of KEDA and related logos, learn more in our guidelines.
FAQ
You can find a FAQ here with some common questions.
Community
If interested in contributing or participating in the direction of KEDA, you can join our community meetings.
- Meeting time: Bi-weekly Thurs 16:00 UTC (does follow US daylight savings). (Subscribe to Google Agenda | Convert to your timezone)
- Zoom link: https://us02web.zoom.us/j/150360492?pwd=eUVtQzBPMzFoQUR2K1dqUWhENjJJdz09 (Password: keda)
- Meeting agenda: https://hackmd.io/s/r127ErYiN
Just want to learn or chat about KEDA? Feel free to join the conversation in #KEDA on the Kubernetes Slack!
Become a listed KEDA user!
We are always happy to list users who run KEDA in production, learn more about it here.
Releases
You can find the latest releases here.
Contributing
You can find contributing guide here or learn how to build & deploy KEDA locally here.