2 Repos
Capability to scale different Kubernetes resource types including deployments, jobs, and custom resources.
Distinguishing note: None of the candidates cover the breadth of Kubernetes resource types supported.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Multi-Workload Scaling. Refine with filters or upvote what's useful.
KEDA is a Kubernetes event-driven autoscaler and cloud event scaling engine. It functions as a custom metrics provider that monitors external event sources—including message brokers, databases, and cloud metrics—to dynamically adjust the replica counts of containerized workloads. The project is distinguished by its scale-to-zero workflow, which reduces workloads to zero replicas during inactivity and automatically restarts them when new events are detected. It operates as a multi-cloud event trigger system, using a pluggable scaler interface to integrate with a wide array of third-party servi
Manages the scaling of various resource types including deployments, jobs, and custom resources.
Flagger is a Kubernetes operator designed to automate the lifecycle of application deployments through progressive delivery. It functions as a controller that monitors custom resource definitions to orchestrate complex release strategies, including canary, blue/green, and A/B testing. By continuously reconciling the desired cluster state with the actual environment, it ensures that deployments adhere to defined specifications while managing the underlying infrastructure required for traffic routing. The project distinguishes itself through a sophisticated metric-driven analysis loop that eval
Synchronizes autoscaling between primary and canary workloads to maintain resource efficiency during traffic shifts.