#keda
Read more stories on Hashnode
Articles with this tag
So far, we have extensively covered KEDA and its ability to scale Kubernetes pods using various metrics: Horizontal Pod Autoscaling with Kubernetes...
In a previous article, we demonstrated how to scale pods based on HTTP traffic using KEDA and CloudWatch. We utilized CloudWatch to store and retrieve...
In our article, Scaling Amazon Elastic Kubernetes Service Workloads with KEDA and Amazon CloudWatch, we suggested using the OTEL Collector to send...
In this article, we'll explore another practical use case of KEDA, where we scale an application dynamically in response to message traffic. This...
In our previous post, Horizontal Pod Autoscaling with Kubernetes Event-Driven Autoscaler, we explored how to scale an application based on events...
Autoscaling is a technique that automatically scales Kubernetes (K8s) workloads up or down, depending on historical resource usage. There are two...