1 个仓库
Version-controlled configurations that define the sequence of build and deployment steps for development teams.
Distinct from Declarative Deployments: Distinct from Declarative Deployments which focus on target state/contracts; this focuses on the development workflow sequence.
Explore 1 awesome GitHub repository matching development tools & productivity · Declarative Development Workflows. Refine with filters or upvote what's useful.
Devspace 是一款 Kubernetes 开发工作流工具和声明式部署编排器。它能够自动化 Kubernetes 集群内应用程序的构建、部署和调试周期,充当容器镜像流水线自动化工具和远程 Kubernetes 调试器。 该项目具备 Kubernetes 热重载引擎,可在本地文件系统与运行中的容器之间提供实时代码同步和双向文件同步。这使得无需重新构建镜像或重启容器即可更新应用。此外,它还通过直接在集群内运行构建、测试和调试流程,实现了开发环境与生产环境的一致性。 该工具涵盖了广泛的功能,包括并行镜像构建、多容器日志流式传输和交互式容器终端。它还提供了用于解析动态变量的配置管理功能,以及用于环境管理和端口转发的可视化界面。
Stores build and deployment steps in version-controlled configuration files to unify team processes across environments.