Nile Bitsnilebits.hashnode.dev·Aug 21, 2024Advanced DevOps Techniques: Scaling Microservices with KubernetesScaling microservices has become a fundamental skill in modern DevOps, especially as applications grow in complexity and demand. Kubernetes, as the leading container orchestration platform, provides powerful tools to manage and scale microservices ef...DiscussDevops
Bruno Gatetegatete.hashnode.dev·Jul 24, 2024Kubernetes Event-Driven Autoscaler (KEDA)Scalability is a critical aspect for modern container-based application deployments. Autoscaling has become essential across all cloud platforms, and microservices, often deployed as containers or pods, are no exception. Microservices, with their fle...Discusskeda
Srujan Reddysrujanpakanati.com·Jul 15, 2024Understanding KEDAWhat is KEDA? KEDA is Kubernetes-based Event Driven Autoscaler. It can be used to scale any container based resource like Deployments, StatefulSets etc whenever an event occurs and then scale back to zero when it is not necessary or it can be used to...Discuss·101 readskeda
Raul NaupariProblog.raulnq.com·Jul 6, 2024Scaling Kubernetes Pods Based on a Cron Schedule with KEDASo far, we have extensively covered KEDA and its ability to scale Kubernetes pods using various metrics: Horizontal Pod Autoscaling with Kubernetes Event-Driven Autoscaler (KEDA) Scaling Amazon Elastic Kubernetes Service Workloads with KEDA and Ama...Discuss·163 readskeda
Raul NaupariProblog.raulnq.com·Jun 23, 2024Scaling Kubernetes Pods Based on HTTP Traffic using KEDA HTTP Add-onIn a previous article, we demonstrated how to scale pods based on HTTP traffic using KEDA and CloudWatch. We utilized CloudWatch to store and retrieve the metrics for our application and, based on that, scale the number of pods. But is there a way to...Discuss·1.4K readskeda
Raul NaupariProblog.raulnq.com·Apr 17, 2024Scaling Amazon Elastic Kubernetes Service Workloads with KEDA, OTEL Collector, and Amazon CloudWatchIn our article, Scaling Amazon Elastic Kubernetes Service Workloads with KEDA and Amazon CloudWatch, we suggested using the OTEL Collector to send application metrics to CloudWatch. Today, we will show how to do this in two different ways: Deploying...Discuss·87 readsOpenTelemetry
Raul NaupariProblog.raulnq.com·Feb 3, 2024Scaling Amazon Elastic Kubernetes Service Workloads with KEDA and SQSIn this article, we'll explore another practical use case of KEDA, where we scale an application dynamically in response to message traffic. This involves leveraging the combined power of Amazon EKS Cluster, KEDA, and the AWS SQS. Pre-requisites Ins...Discuss·63 readskeda
Raul NaupariProblog.raulnq.com·Jan 7, 2024Scaling Amazon Elastic Kubernetes Service Workloads with KEDA and Amazon CloudWatchIn our previous post, Horizontal Pod Autoscaling with Kubernetes Event-Driven Autoscaler, we explored how to scale an application based on events (Azure Service Bus). Today, we aim to scale an application running in Amazon EKS based on a metric (requ...Discuss·43 readskeda
Raul NaupariProblog.raulnq.com·Sep 30, 2023Horizontal Pod Autoscaling with Kubernetes Event-Driven Autoscaler (KEDA)Autoscaling is a technique that automatically scales Kubernetes (K8s) workloads up or down, depending on historical resource usage. There are two pod-level auto-scalers: Horizontal Pod Autoscaler (HPA) adjusts the number of replicas of an applicatio...Discuss·182 readsKubernetes
Pushkar Kumarpushkarkumar.hashnode.dev·Aug 14, 2023KEDA: Scaling Your Applications Made EasyIntroduction Welcome, reader! Have you ever wondered how popular applications like Instagram, Youtube, etc handle massive user traffic without crashing or slowing down? It is thanks to a concept called Scaling. Scaling is the art of dynamically adjus...Discuss·1 likeCloudkeda