Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kedacore/samples
Place for community to contribute samples
https://github.com/kedacore/samples
Last synced: 4 days ago
JSON representation
Place for community to contribute samples
- Host: GitHub
- URL: https://github.com/kedacore/samples
- Owner: kedacore
- License: apache-2.0
- Created: 2019-09-12T17:29:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T08:30:32.000Z (8 months ago)
- Last Synced: 2024-03-04T09:42:51.849Z (8 months ago)
- Size: 43 KB
- Stars: 71
- Watchers: 13
- Forks: 37
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Samples
(If you have any samples to share; please submit a PR to add it to the list!)
### KEDA 2.0
#### Azure Service Bus Queue
- [.NET Core 3.0 Worker with Azure Service Bus Queue](https://github.com/kedacore/sample-dotnet-worker-servicebus-queue) _(Owner: @tomkerkhove)_
- [Python Azure Functions with Azure ServiceBus Queue](https://github.com/arthuravila26/python-function-servicebus-keda)
- [Python Kubernetes Job with Azure Service Bus Queue](https://github.com/prabdeb/sample-python-keda-service-bus-scaler)#### Mongo DB
- [ MongoDB scaling with KEDA on row inserted](https://github.com/karthikeyanVK/mongo-keda-scaler)
#### External Scaler
- [External Scaler using ActiveMQ Artemis broker](https://github.com/balchua/artemis-ext-scaler)
#### GCP PubSub
- [Google Cloud PubSub](https://github.com/kedacore/sample-go-gcppubsub)
#### IBM MQ
- [IBM MQ using a Go consumer & producer](https://github.com/ibm-messaging/mq-dev-patterns/tree/master/Go-K8s)
#### Kafka
- [Autoscaling of Quarkus Kafka Consumer](https://github.com/matzew/kafka-quarkus-keda-scaler)
- [Autoscaling Dapr service based on queue depth](https://github.com/mchmarny/dapr-demos/tree/master/autoscaling-on-queue)
- [Azure Functions and Kafka on Openshift 4](https://github.com/kedacore/sample-azure-functions-on-ocp4)#### MySQL
- [Using MySQL queries and KEDA](https://github.com/nuclearpinguin/keda-example#mysql-example)
#### Nats Streaming
- [Nats Streaming with Go](https://github.com/balchua/gonuts)
#### Prometheus
- [Autoscale Kubernetes pods based on ingress request — Prometheus, KEDA, and K6](https://blog.cloudacode.com/how-to-autoscale-kubernetes-pods-based-on-ingress-request-prometheus-keda-and-k6-84ae4250a9f3)
#### Redis
- [Using Redis scaler](https://github.com/nuclearpinguin/keda-example#redis-example)
#### RabbitMQ
- [RabbitMQ consumed by Go container](https://github.com/kedacore/sample-go-rabbitmq/)
- [RabbitMQ consumed by .NET container](https://github.com/NileshGule/pd-tech-fest-2019)### KEDA 1.0
#### Azure Event Hubs
- [Azure Functions NodeJS function with EventHub](https://github.com/kedacore/sample-javascript-eventhub-azure-function)
- [Java Application processing messages from Kafka head on Event Hubs](https://github.com/rasavant-ms/sample-java-kafka-event-hub-scalar)#### Azure Service Bus Topic
- [Service Bus Topic consumed by .NET Core 3 console app](https://github.com/felipecruz91/sample-dotnet-consumer-servicebus-topic)
- [Crowd Analytics Platform: Guided workshop that leverages Service Bus Topics + Azure Functions](https://github.com/mohamedsaif/IntelligentExperiences.OnContainers)#### Azure Storage Queues
- [Azure Functions Hello World with Azure Queues](https://github.com/kedacore/sample-hello-world-azure-functions)
- [Python jobs with Azure Queue Storage](https://github.com/tomconte/sample-keda-queue-jobs)
- [.Net Job with Azure Storage Queue](https://github.com/ross-p-smith/Mercury)#### Azure Blob Storage
- [Azure Function (.NET Core) consuming Blobs](https://github.com/IsharaPannila/sample-dotnet-blob-azure-function)
#### External Scaler
- [External Scaler that scales workloads based on Twitch chat messages, built on .NET Core](https://github.com/eashi/kaboom-keda-scaler/)
#### GCP PubSub
- [Google Cloud PubSub](https://github.com/kedacore/sample-go-gcppubsub/tree/keda1)
- [.Net Job with Google Cloud PubSub](https://github.com/ross-p-smith/Mercury)#### Kafka
- [Azure Functions and Kafka on Openshift 4](https://github.com/kedacore/sample-azure-functions-on-ocp4/tree/zroubalik-patch-1)
- [Azure Functions processing tweets from Kafka](https://github.com/kedacore/sample-typescript-kafka-azure-function)#### Nats Streaming
- [Nats streaming with Keda and Virtual Kubelet](https://github.com/infracloudio/keda-vk-aci)
#### Prometheus
- [Autoscaling Kubernetes apps with Prometheus and KEDA](https://itnext.io/tutorial-auto-scale-your-kubernetes-apps-with-prometheus-and-keda-c6ea460e4642)
- [Scale up and down a HTTP Triggered function app in Kubernetes using KEDA and Prometheus](https://dev.to/anirudhgarg_99/scale-up-and-down-a-http-triggered-function-app-in-kubernetes-using-keda-4m42)
- [How to Autoscale Kubernetes Pods with Keda - Testing with k6](https://dev.to/k6/how-to-autoscale-kubernetes-pods-with-keda-testing-with-k6-4nl9)#### Dapr and Azure Functions
- [Dapr, Azure Functions, and KEDA](https://github.com/dapr/samples/tree/master/functions-and-keda)