2 repos
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.
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.
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.