2 个仓库
Deploying isolated stacks of interdependent services across different environment targets.
Distinct from Coordinated Stack Deployments: Focuses on environment-specific configuration targeting (dev/prod) rather than just service interdependency.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Environment Stack Deployments. Refine with filters or upvote what's useful.
Terraform Cloud Development Kit 是一个基础设施即代码(IaC)框架,允许使用通用编程语言定义云资源。它作为一个配置合成器,将高层编程逻辑和提供商模式转换为由 Terraform 引擎执行以配置基础设施的 JSON 配置文件。 该框架提供了一个多语言基础设施库,能够从提供商模式自动生成特定语言的类。它支持创建可重用的构造(constructs),允许将复杂的资源配置封装为可在不同支持语言间打包和发布的共享组件。 该工具集包括用于管理多环境部署的隔离基础设施栈和配置状态后端的各种功能。它还提供项目脚手架、HCL 转换以及通过配置语法验证、资源属性断言和快照测试进行质量保证的实用程序。
Passes different settings and configurations into development, staging, and production environments using isolated stacks.
该项目为 WordPress 提供了一个容器化开发栈,通过统一的配置文件编排 Web 服务器和数据库服务。它旨在建立一个一致的本地环境,通过将本地项目目录直接映射到容器文件系统中,支持自定义主题和插件的开发。 该环境通过集成基于 Web 的数据库管理界面作为 Sidecar 服务而脱颖而出,允许在不离开容器化设置的情况下检查和修改站点数据。它还通过支持将应用程序代码和数据库转储导入本地栈,促进了现有网站的迁移和恢复。 该栈包含管理持久化存储卷的功能,以确保数据在容器生命周期内保持可用,同时支持通过命令行执行管理任务。配置通过环境变量处理,能够动态调整连接设置和凭据。
Orchestrates a complete web server and database stack for reliable local development environments.