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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesRunner Provisioning

Automated provisioning and token management for CI runner instances.

Distinct from Runner Image Managers: Focuses on the active provisioning and registration of runner instances rather than managing the static VM images they use.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Runner Provisioning. Refine with filters or upvote what's useful.

Awesome Runner Provisioning GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • harisekhon/devops-bash-toolsAvatar HariSekhon

    HariSekhon/DevOps-Bash-tools

    8,062Vezi pe GitHub↗

    DevOps-Bash-tools is a collection of shell scripts and aliases designed to automate cloud infrastructure, container orchestration, and CI/CD pipelines. It provides a comprehensive toolset for managing operational workflows through the command line. The project specializes in automating tasks across multiple platforms, including managing namespaces and secrets in Kubernetes, auditing resources in AWS and GCP, and triggering builds or managing environment variables in GitHub Actions, GitLab CI, and CircleCI. It also includes a toolkit for interacting with container registries to query manifests

    Provides automation for provisioning GitHub Actions runner instances and managing their registration tokens.

    Shellapiawsbash
    Vezi pe GitHub↗8,062
  • actions/actions-runner-controllerAvatar actions

    actions/actions-runner-controller

    6,320Vezi pe GitHub↗

    Kubernetes controller for GitHub Actions self-hosted runners

    Adjusts the number of runner instances up or down based on the volume of queued workflow jobs.

    Gogithub-actionskubernetesoperator
    Vezi pe GitHub↗6,320
  • myoung34/docker-github-actions-runnerAvatar myoung34

    myoung34/docker-github-actions-runner

    2,202Vezi pe GitHub↗

    Acest proiect oferă un agent de execuție containerizat conceput pentru a găzdui fluxuri de lucru automatizate pentru platformele de control al versiunilor. Funcționează ca un runner self-hosted care se înregistrează automat la un serviciu central la pornire și se termină după finalizarea unei singure sarcini, asigurându-se că fiecare sarcină rulează într-un mediu curat și izolat. Sistemul se distinge prin accentul pus pe gestionarea ciclului de viață efemer și securitate. Prin utilizarea unui model de execuție non-root, impune principii de „least-privilege” în timpul procesării sarcinilor. Runner-ul suportă configurarea dinamică prin variabile de mediu, permițând înregistrarea automată, etichetarea personalizată și integrarea networking-ului de tip proxy pentru operarea în infrastructuri restricționate sau protejate de firewall. Utilizatorii pot personaliza mediul de execuție construind pe baza unor imagini de bază pentru a include toolchain-uri specifice și dependențe software necesare pentru diverse pipeline-uri de build. Runner-ul gestionează întregul ciclu de viață al agentului, inclusiv obținerea token-urilor de acces, curățarea fișierelor temporare și deregistrarea containerului odată ce sarcina alocată este finalizată.

    Automates the acquisition of registration tokens at runtime to simplify agent deployment.

    Shellcicddockergithub
    Vezi pe GitHub↗2,202
  1. Home
  2. DevOps & Infrastructure
  3. Continuous Integration Systems
  4. Runner Image Managers
  5. Runner Provisioning

Explorează sub-etichetele

  • Queue-Based AutoscalersAdjusts the number of runner instances up or down based on the volume of queued workflow jobs. **Distinct from Runner Provisioning:** Distinct from Runner Provisioning: focuses on autoscaling based on job queue depth, not just provisioning tokens.