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

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

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

4 مستودعات

Awesome GitHub RepositoriesQueue-Based Scaling Triggers

Autoscaling logic triggered by specific queue depth and resource utilization thresholds.

Distinct from Capacity Scaling: Focuses on user-defined thresholds for queue length to drive scaling, distinct from general node capacity scaling.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Queue-Based Scaling Triggers. Refine with filters or upvote what's useful.

Awesome Queue-Based Scaling Triggers 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

    Adjusts the number of running pods based on the count of ready, reserved, or delayed jobs in a queue.

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

    ai-dynamo/dynamo

    6,112عرض على GitHub↗

    Dynamo is a distributed inference orchestration platform designed for large language models. It functions as a system to coordinate prefill and decode phases across GPU nodes, utilizing a multi-backend runtime adapter to connect engines like vLLM and TensorRT-LLM through a unified block-oriented memory interface. An OpenAI-compatible API server provides the frontend for integration with existing tools and clients. The project is distinguished by its disaggregated serving architecture, which separates prompt processing and token generation onto independent GPU pools to optimize throughput and

    Reacts to user-defined queue and utilization thresholds for direct control over scaling decisions.

    Rust
    عرض على GitHub↗6,112
  • kubeflow/kfservingالصورة الرمزية لـ kubeflow

    kubeflow/kfserving

    5,576عرض على GitHub↗

    KServe is an open platform for deploying and serving generative and predictive AI models on Kubernetes. It defines inference services as custom resources with declarative YAML specifications, enabling a Kubernetes-native approach to model deployment and lifecycle management. The platform leverages Knative-based serverless scaling for automatic scale-to-zero and revision management, and supports a pluggable serving runtime architecture that maps model formats to containerized execution environments. KServe distinguishes itself through model-aware autoscaling that scales replicas based on token

    Adjusts model server replicas based on external event sources like queue depth via KEDA.

    Go
    عرض على GitHub↗5,576
  • llm-d/llm-dالصورة الرمزية لـ llm-d

    llm-d/llm-d

    2,514عرض على GitHub↗

    llm-d is a distributed serving framework designed for large language model inference. It functions as an inference orchestrator and gateway, providing a control plane for deploying model replicas and managing hardware accelerators. The system includes a batch inference scheduler and a cache manager to coordinate request flow and memory utilization. The project is distinguished by a disaggregated serving architecture that separates prefill and decode execution phases across specialized workers to maximize throughput. It employs a hardware-agnostic control plane and tiered cache offloading, mov

    Handles traffic spikes using intelligent queuing and autoscales capacity based on real-time load metrics.

    Shell
    عرض على GitHub↗2,514
  1. Home
  2. DevOps & Infrastructure
  3. Cluster Node Management
  4. Capacity Scaling
  5. Queue-Based Scaling Triggers

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

  • KEDA-Based Scaling TriggersUsing KEDA ScaledObjects to adjust model server replicas based on external event sources like queue depth. **Distinct from Queue-Based Scaling Triggers:** Distinct from general Queue-Based Scaling Triggers: specifically uses the KEDA framework for event-driven scaling of inference services.