awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Infrastructure Lifecycle Management · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesInfrastructure Lifecycle Management

Tools for automating the provisioning, configuration, and maintenance of server environments.

Distinguishing note: Focuses on the full lifecycle of server environments rather than just container orchestration.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Infrastructure Lifecycle Management. Refine with filters or upvote what's useful.

  1. Home
  2. DevOps & Infrastructure
  3. Infrastructure Lifecycle Management

Awesome Infrastructure Lifecycle Management GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • dokku/dokku

    dokku/dokku

    31,900View on GitHub↗

    Dokku is a self-hosted platform as a service that automates the deployment and management of web applications on your own infrastructure. It functions as an infrastructure automation tool, providing a git-driven engine that triggers container builds, service orchestration, and release workflows directly from source code repositories. The platform distinguishes itself by using buildpack-based image construction to detect project structures and automate container creation without manual configuration. It manages the full application lifecycle through a simplified interface that abstracts low-le

    Automating the setup of server environments, system dependencies, and network routing to maintain consistent application hosting across multiple servers.

    Shellbuildpackcontainersdevops
    31,900View on GitHub↗
  • opentofu/opentofu

    opentofu/opentofu

    27,919View on GitHub↗

    OpenTofu is a declarative infrastructure orchestrator that automates the provisioning and management of cloud resources. It functions as a platform-agnostic interface, allowing users to define their desired environment state in configuration files, which the system then reconciles against live infrastructure to calculate and execute necessary updates. The project utilizes a graph-based execution engine to determine the optimal sequence for resource operations, enabling the parallel processing of independent components to reduce deployment times. To support complex, multi-platform environments

    Tracking the status of live resources against defined configurations to identify drift and safely apply updates to production systems.

    Go
    27,919View on GitHub↗