Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kedacore/keda
KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
https://github.com/kedacore/keda
autoscaling event-driven hacktoberfest keda kubernetes serverless
Last synced: 6 days ago
JSON representation
KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
- Host: GitHub
- URL: https://github.com/kedacore/keda
- Owner: kedacore
- License: apache-2.0
- Created: 2019-02-13T00:12:33.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T07:00:14.000Z (3 months ago)
- Last Synced: 2024-10-29T10:54:48.778Z (3 months ago)
- Topics: autoscaling, event-driven, hacktoberfest, keda, kubernetes, serverless
- Language: Go
- Homepage: https://keda.sh
- Size: 67.7 MB
- Stars: 8,473
- Watchers: 91
- Forks: 1,073
- Open Issues: 263
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
- awesome-repositories - kedacore/keda - KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes (Go)
- awesome-starts - kedacore/keda - KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes (Go)
- awesome-list - keda - based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes | kedacore | 3493 | (Go)
- awesome-k8s-resources - KEDA - KEDA allows for fine grained autoscaling (including to/from zero) for event driven Kubernetes workloads. (Tools and Libraries / Cluster Resources Management)
- awesome-tools - keda - KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes (Uncategorized / Uncategorized)
- awesome-starred - kedacore/keda - KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes (hacktoberfest)
- awesome-ops - kedacore/keda - 2.0|8381|2019-02-13|2024-10-06 | KEDA 是一个基于 Kubernetes 的事件驱动自动伸缩组件。它为在 Kubernetes 中运行的任何容器提供基于事件的伸缩能力。 | (K8S-Tools)
- AiTreasureBox - kedacore/keda - 01-07_8652_2](https://img.shields.io/github/stars/kedacore/keda.svg)|KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes| (Repos)
- awesome-k8s-resources - KEDA - Kubernetes事件驱动的自动扩展工具,支持从0自动扩展。 (Uncategorized / Uncategorized)
- awesome-k8s-resources - KEDA - Kubernetes事件驱动的自动扩展工具,支持从0自动扩展。 (Uncategorized / Uncategorized)
README
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) graduated 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)
- [Support](#support)
- [Roadmap](#roadmap)
- [Releases](#releases)
- [Contributing](#contributing)
- [Building & deploying locally](#building--deploying-locally)
- [Testing strategy](#testing-strategy)## 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).
## Support
Details on the KEDA support policy can found [here](https://keda.sh/support/).
## 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).### Testing strategy
Learn more about our testing strategy [here](./TESTING.md).