awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • harisekhon/devops-bash-toolsHariSekhon का अवतार

    HariSekhon/DevOps-Bash-tools

    8,062GitHub पर देखें↗

    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
    GitHub पर देखें↗8,062
  • actions/actions-runner-controlleractions का अवतार

    actions/actions-runner-controller

    6,320GitHub पर देखें↗

    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
    GitHub पर देखें↗6,320
  • myoung34/docker-github-actions-runnermyoung34 का अवतार

    myoung34/docker-github-actions-runner

    2,202GitHub पर देखें↗

    यह प्रोजेक्ट वर्ज़न कंट्रोल प्लेटफॉर्म्स के लिए स्वचालित वर्कफ़्लो को होस्ट करने के लिए डिज़ाइन किया गया एक कंटेनराइज़्ड निष्पादन एजेंट प्रदान करता है। यह एक सेल्फ-होस्टेड रनर के रूप में कार्य करता है जो स्टार्टअप पर स्वचालित रूप से एक केंद्रीय सेवा के साथ रजिस्टर होता है और एक सिंगल जॉब पूरा करने के बाद समाप्त हो जाता है, यह सुनिश्चित करते हुए कि प्रत्येक कार्य एक साफ, आइसोलेटेड एनवायरनमेंट में चलता है। यह सिस्टम अपने एफिमरल लाइफसाइकिल प्रबंधन और सुरक्षा पर ध्यान केंद्रित करने के कारण अलग है। नॉन-रूट निष्पादन मॉडल का उपयोग करके, यह जॉब प्रोसेसिंग के दौरान लीस्ट-प्रिविलेज सिद्धांतों को लागू करता है। रनर एनवायरनमेंट वेरिएबल्स के माध्यम से डायनामिक कॉन्फ़िगरेशन का समर्थन करता है, जो स्वचालित पंजीकरण, कस्टम लेबलिंग और प्रतिबंधित या फायरवॉल वाले इंफ्रास्ट्रक्चर के भीतर संचालन के लिए प्रॉक्सी नेटवर्किंग के एकीकरण की अनुमति देता है। यूज़र्स विभिन्न बिल्ड पाइपलाइन्स के लिए आवश्यक विशिष्ट टूलचेन्स और सॉफ्टवेयर डिपेंडेंसीज़ को शामिल करने के लिए बेस इमेजेस पर निर्माण करके निष्पादन एनवायरनमेंट को कस्टमाइज़ कर सकते हैं। रनर एजेंट की पूरी लाइफसाइकिल को संभालता है, जिसमें एक्सेस टोकन का अधिग्रहण, अस्थायी फाइलों की सफाई और असाइन किया गया कार्य पूरा होने पर कंटेनर का डी-पंजीकरण शामिल है।

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

    Shellcicddockergithub
    GitHub पर देखें↗2,202
  1. Home
  2. DevOps & Infrastructure
  3. Continuous Integration Systems
  4. Runner Image Managers
  5. Runner Provisioning

सब-टैग एक्सप्लोर करें

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