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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • agones-dev/agonesAvatar de agones-dev

    agones-dev/agones

    6,888Ver en GitHub↗

    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
    Ver en GitHub↗6,888
  • actions/actions-runner-controllerAvatar de actions

    actions/actions-runner-controller

    6,320Ver en GitHub↗

    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
    Ver en GitHub↗6,320
  • kubernetes-sigs/cluster-apiAvatar de kubernetes-sigs

    kubernetes-sigs/cluster-api

    4,233Ver en GitHub↗

    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
    Ver en GitHub↗4,233
  1. Home
  2. DevOps & Infrastructure
  3. Cluster Node Management
  4. Capacity Scaling
  5. API-Driven Fleet Scaling

Explorar subetiquetas

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