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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesAPI-Driven Fleet Scaling

Adjustment of server replica counts in a fleet via API calls or scale subresources.

Distinct from Capacity Scaling: Focuses on scaling the number of server pods via API rather than scaling the underlying cluster nodes.

Explore 3 awesome GitHub repositories matching devops & infrastructure · API-Driven Fleet Scaling. Refine with filters or upvote what's useful.

Awesome API-Driven Fleet Scaling GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • agones-dev/agonesAvatar von agones-dev

    agones-dev/agones

    6,888Auf GitHub ansehen↗

    Agones is a Kubernetes game server orchestrator designed for hosting, scaling, and managing dedicated multiplayer game servers. It extends the Kubernetes control plane using custom resource definitions to define game server and fleet objects, utilizing a dedicated fleet manager to maintain pools of warm server instances. The system provides a game server SDK and language-specific client libraries that allow server processes to signal readiness, health, and shutdown states directly to the controller. It distinguishes itself through specialized scaling logic, including the use of WebAssembly mo

    Adjusts active server replicas through API calls to match demand.

    Goagonesdedicated-game-serversdedicated-gameservers
    Auf GitHub ansehen↗6,888
  • actions/actions-runner-controllerAvatar von actions

    actions/actions-runner-controller

    6,320Auf GitHub ansehen↗

    Kubernetes controller for GitHub Actions self-hosted runners

    Scales runner capacity by polling GitHub workflow job queues and creating or deleting runner pods via API calls.

    Gogithub-actionskubernetesoperator
    Auf GitHub ansehen↗6,320
  • kubernetes-sigs/cluster-apiAvatar von kubernetes-sigs

    kubernetes-sigs/cluster-api

    4,233Auf GitHub ansehen↗

    Cluster API is a declarative framework and multi-cluster management system for automating the creation, scaling, and destruction of Kubernetes clusters across diverse infrastructures. It acts as a cluster provisioning orchestrator and infrastructure provisioner, using a centralized management cluster to operate the full lifecycle of multiple remote workload clusters. The project employs a provider-based plugin architecture that decouples core orchestration logic from specific cloud or bare-metal implementations. This allows the system to standardize the deployment of control planes, the boots

    Orchestrates groups of identical virtual machines to maintain desired counts and handle infrastructure failures.

    Gok8s-sig-cluster-lifecycle
    Auf GitHub ansehen↗4,233
  1. Home
  2. DevOps & Infrastructure
  3. Cluster Node Management
  4. Capacity Scaling
  5. API-Driven Fleet Scaling

Unter-Tags erkunden

  • GitHub API-Driven ScalingScales runner capacity by polling GitHub workflow job queues and creating or deleting runner pods via API calls. **Distinct from API-Driven Fleet Scaling:** Distinct from API-Driven Fleet Scaling: specifically scales runners based on GitHub workflow job queues, not general server replica counts.
  • Machine Fleet ScalingOrchestrating groups of identical virtual machines to maintain desired counts and handle failures. **Distinct from API-Driven Fleet Scaling:** Distinct from API-driven pod scaling by targeting the underlying virtual machine instances in a fleet.