awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • kedacore/kedaAvatar de kedacore

    kedacore/keda

    10,314Voir sur 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
    Voir sur GitHub↗10,314
  • ai-dynamo/dynamoAvatar de ai-dynamo

    ai-dynamo/dynamo

    6,112Voir sur 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
    Voir sur GitHub↗6,112
  • kubeflow/kfservingAvatar de kubeflow

    kubeflow/kfserving

    5,576Voir sur 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
    Voir sur GitHub↗5,576
  • llm-d/llm-dAvatar de llm-d

    llm-d/llm-d

    2,514Voir sur 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
    Voir sur GitHub↗2,514
  1. Home
  2. DevOps & Infrastructure
  3. Cluster Node Management
  4. Capacity Scaling
  5. Queue-Based Scaling Triggers

Explorer les sous-tags

  • 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.