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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesDeployment Lifecycle Workflows

Orchestration patterns that separate infrastructure changes into planning, applying, and state-updating phases.

Distinguishing note: Focuses on the three-stage infrastructure lifecycle, not general CI/CD pipelines.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Deployment Lifecycle Workflows. Refine with filters or upvote what's useful.

Awesome Deployment Lifecycle Workflows GitHub Repositories

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

    hashicorp/terraform

    48,720GitHub पर देखें↗

    Terraform is a declarative infrastructure-as-code tool designed to manage the lifecycle of cloud and on-premises resources. It functions as a workflow engine that reconciles a defined desired state against real-world infrastructure, using a persistent state-tracking layer to maintain consistency and visibility across distributed environments. By mapping infrastructure components into a directed acyclic graph, the system calculates the optimal order for provisioning, updating, or destroying resources. The platform is distinguished by its extensible plugin-based architecture, which decouples co

    Separates infrastructure changes into distinct planning, applying, and state-updating phases for predictable outcomes.

    Gocloudcloud-managementgraph
    GitHub पर देखें↗48,720
  • mbecker20/komodombecker20 का अवतार

    mbecker20/komodo

    11,400GitHub पर देखें↗

    Komodo is a self-hosted deployment manager and agentless software distributor designed to build application binaries and distribute them across a fleet of remote servers. It functions as a remote deployment orchestrator that manages the build and release process from a centralized control point. The system distinguishes itself by using a programmatic deployment pipeline, employing script logic rather than static configuration files to coordinate build and distribution sequences. It utilizes SSH for remote execution and binary synchronization, allowing the controller to push updates to target

    Uses a programmatic interface to trigger and control the build and deployment lifecycle across distributed infrastructure.

    Rust
    GitHub पर देखें↗11,400
  • pikvm/pikvmpikvm का अवतार

    pikvm/pikvm

    10,109GitHub पर देखें↗

    PiKVM is an IP-KVM remote access solution for out-of-band server management. It enables remote control of a host computer's hardware and operating system through a web browser or VNC client, allowing access to the BIOS or boot sequence when the main operating system is unresponsive. The system provides remote hardware control by managing physical power switches and GPIO triggers. It emulates human interface devices, such as keyboards and mice, and supports the emulation of mass storage to mount virtual disk images for bare metal operating system installation and recovery. Additional capabili

    Offers programmatic control over the system's operational lifecycle through a standardized set of API calls.

    atxhardwarehdmi
    GitHub पर देखें↗10,109
  • autobase-tech/autobaseautobase-tech का अवतार

    autobase-tech/autobase

    4,275GitHub पर देखें↗

    Autobase एक सेल्फ-होस्टेड डेटाबेस-एज़-ए-सर्विस प्लेटफ़ॉर्म है जिसे हाई-अवेलेबिलिटी PostgreSQL क्लस्टर की तैनाती, स्केलिंग और प्रशासन को स्वचालित करने के लिए डिज़ाइन किया गया है। यह एक क्लस्टर ऑर्केस्ट्रेटर के रूप में कार्य करता है जो कई सर्वरों में रेप्लिकेशन, फेलओवर और वर्ज़न अपग्रेड को संभालता है। यह प्लेटफ़ॉर्म अपने GitOps-ड्रिवन दृष्टिकोण के लिए जाना जाता है, जो डेटाबेस कॉन्फ़िगरेशन और तैनाती को स्वचालित करने के लिए वर्ज़न कंट्रोल और CI/CD पाइपलाइनों का उपयोग सत्य के एकल स्रोत के रूप में करता है। यह क्लस्टर के प्रोविज़निंग और निगरानी के लिए एक वेब-आधारित मैनेजमेंट इंटरफ़ेस और एक कमांड-लाइन टूल दोनों प्रदान करता है। यह सिस्टम क्लाउड प्रदाताओं और भौतिक सर्वरों में इंफ्रास्ट्रक्चर प्रोविज़निंग, स्टेट रिस्टोरेशन के लिए स्वचालित बैकअप और रिकवरी इंजन, और डिस्ट्रीब्यूटेड लोड बैलेंसिंग और DNS-आधारित सर्विस डिस्कवरी के माध्यम से ट्रैफ़िक मैनेजमेंट सहित परिचालन क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। इसमें क्लस्टर क्षमता स्केलिंग और फंक्शनल एक्सटेंशन मैनेजमेंट के लिए टूल भी शामिल हैं।

    Offers a centralized API to programmatically control the entire deployment and administration lifecycle of clusters.

    TypeScriptauto-failoverautobaseautomation
    GitHub पर देखें↗4,275
  1. Home
  2. DevOps & Infrastructure
  3. Deployment Lifecycle Workflows

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

  • Programmatic Lifecycle ControlInterfaces for controlling the build and deployment lifecycle via code rather than manual orchestration. **Distinct from Deployment Lifecycle Workflows:** Distinct from Deployment Lifecycle Workflows: focuses on the programmatic trigger and control mechanism via API/Scripts.