Scaling Kubernetes Jobs with KEDA: Triggered by Amazon SQS

Scaling Kubernetes Jobs with KEDA: Triggered by Amazon SQS

In this post, I will create a small Node.js app containing the publisher and message processor, and publish it as an image to Docker Hub. Then, I will use the same image to demonstrate scaling Kubernetes Jobs using KEDA, triggered by Amazon SQS. For demonstration purposes, I will be using a Minikube local Kubernetes cluster, but in reality, this would be done in a production Kubernetes cluster Here is the architectural diagram for our workflow....

September 28, 2024 · 12 min · 2379 words · Prakash Bhandari