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
Understanding the Basic Concepts of Kubernetes(k8s) Cluster

Understanding the Basic Concepts of Kubernetes(k8s) Cluster

As a beginner, understanding a Kubernetes (k8s) cluster might be a little bit complicated. If you go through the k8s official documentation its overwhelming. In my personal view, the best way to learn any new tool and technology is by understanding its core concepts and architecture. In this blog post, I will try to simplify the basic concepts and common components of a Kubernetes (k8s) cluster with simple architecture diagram....

July 9, 2024 · 6 min · 1073 words · Prakash Bhandari