2 个仓库
Tools and practices for managing shared infrastructure state and version-controlled configurations in team environments.
Distinguishing note: Focuses on team-based operational workflows and remote state synchronization.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Collaborative Infrastructure Workflows. Refine with filters or upvote what's useful.
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
Synchronizing team workflows through version-controlled configuration files and remote state management to ensure consistent deployments across distributed environments.
Waypoint 是一个应用程序交付平台和多云部署编排器。它支持将构建、部署和发布生命周期定义为代码,从而通过单一界面管理跨多个目标环境的应用程序资源。 该项目作为基础设施即代码(IaC)工作流工具和自助服务门户。它将复杂的基础设施配置抽象为可复用的模式,允许开发者使用预先批准的模板和模块化基础设施插件来部署应用程序。 该系统通过基于角色的访问控制(RBAC)提供云资源治理,以将基础设施定义与应用程序部署分离开来。它支持跨不同目标(包括容器和 Buildpacks)的发布,并追踪状态以自动化云资源的配置和销毁。
Abstracts complex infrastructure configurations into reusable patterns and self-service workflows for the organization.