2 Repos
Executing deployments via commands that first generate a change plan for user approval.
Distinct from Container Deployment: Candidates focus on proxy abuse or AI tensor engines; this is about a human-in-the-loop imperative deployment workflow.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Plan-Based Imperative Deployments. Refine with filters or upvote what's useful.
Unregistry is a decentralized container cluster orchestrator and Docker Compose manager. It allows for the deployment and scaling of containerized services across multiple remote hosts without the need for a centralized control plane. The project distinguishes itself by providing a registry-less deployment model, using SSH to transfer container image layers directly to remote servers. This capability enables deployments to air-gapped or private networks by bypassing external image registries entirely. The system covers a broad range of operational capabilities, including overlay mesh network
Implements a human-in-the-loop workflow where deployments are executed based on a reviewed change plan.
Uncloud is a decentralized container orchestrator designed to deploy and manage applications across multiple servers without a central control plane. It functions as a peer-to-peer system and a Docker Compose cluster deployer, using SSH-based infrastructure management to coordinate operations across remote nodes. The project distinguishes itself by using a secure mesh network overlay to enable direct inter-container communication across different physical machines. It facilitates container image distribution by transferring missing layers directly from local environments to target nodes, bypa
Deploys and scales containers using commands that generate an execution plan for approval before applying changes.