awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesMulti-Workload Scaling

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.

Awesome Multi-Workload Scaling GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • kedacore/kedaالصورة الرمزية لـ kedacore

    kedacore/keda

    10,314عرض على GitHub↗

    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.

    Goautoscalingevent-drivenhacktoberfest
    عرض على GitHub↗10,314
  • weaveworks/flaggerالصورة الرمزية لـ weaveworks

    weaveworks/flagger

    5,362عرض على GitHub↗

    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.

    Go
    عرض على GitHub↗5,362
  1. Home
  2. DevOps & Infrastructure
  3. Multi-Workload Scaling

استكشف الوسوم الفرعية

  • Rollout Scaling CoordinationCoordinates autoscalers for primary and canary deployments to optimize resource usage during traffic shifting. **Distinct from Multi-Workload Scaling:** Distinct from Multi-Workload Scaling: focuses specifically on the coordination of scaling during the rollout process, not general multi-resource scaling.