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·89 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
bgroupebgroupe.hashnode.dev·May 29, 2023Scaling Sidekiq Workers on Kubernetes with KEDANote: This article was originally published in April, 2020 Sidekiq + k8s Running Rails applications with Sidekiq in Kubernetes allows for the decoupling of background and web processes to take advantage of Kubernetes’ inherent scalability. A typical ...Discuss·53 readsKubernetes
Parthiba hazraparthiba007.hashnode.dev·May 21, 2023How to Auto-Scale your application running on Kubernetes cluster using KEDA with Prometheus scaler.Before jumping on the main tutorial, first, we have to understand "what is scaling?" and "what is the importance of it?" Scaling refers to the ability to adjust the capacity of a system or application based on workload demands. It involves increasing...Discuss·66 readsKubernetes
Vu Daohashnode.simflexcloud.com·Feb 25, 2023Run event-driven workflows with Amazon EKS Blueprints, Keda and KarpenterAssignment Implement a Kubernetes solution to containerize the project that will be shared along with this problem. Implement a very simple API server with the following routes that can interact with Kubernetes. POST /jobs (Create a new job that r...Discuss·95 readsAWS
Vu Daohashnode.simflexcloud.com·Feb 25, 2023Keda ScaledObject As Code Using CDK8SAbstract keda is Kubernetes Event-driven Autoscaling and it's been used wisely now. In this blog, it provides the way to create Keda scaledobject CRD as code using CDK8S typescript. With importing Keda CRDs and using CDK8S you can create Keda scale...Discuss·39 readskeda
Narayana Rengaswamymaybeitdepends.com·Aug 31, 2022Choosing a consumer service type for message queue processing: deployment or job or serverless?I architect and partly manage a modular monolith application (~25 services) that runs on Kubernetes on cloud (Azure). I recently got a requirement for a workload with the following characteristics: The workload has to be run asynchronously (user wil...Discuss·184 readsKubernetes
Priyanshu Singhpriyanshu9.hashnode.dev·Aug 20, 2022Contributing to CNCF Open-source Projects: My ExperienceWhy Contribute to CNCF Projects? Contributing to open source projects can be a rewarding way to learn, teach, share, and build experience. There are plenty of reasons why you should contribute to an open source project, such as: To find a mentor. T...Discuss·54 readsCNCF