1 个仓库
Utilities for opening interactive shells and streaming logs from containers to troubleshoot running applications.
Distinct from Kubernetes Node Debuggers: Focuses on interactive user shells and log streaming for application debugging rather than investigating the internal state of cluster nodes.
Explore 1 awesome GitHub repository matching devops & infrastructure · Interactive Container Debuggers. Refine with filters or upvote what's useful.
Devspace 是一款 Kubernetes 开发工作流工具和声明式部署编排器。它能够自动化 Kubernetes 集群内应用程序的构建、部署和调试周期,充当容器镜像流水线自动化工具和远程 Kubernetes 调试器。 该项目具备 Kubernetes 热重载引擎,可在本地文件系统与运行中的容器之间提供实时代码同步和双向文件同步。这使得无需重新构建镜像或重启容器即可更新应用。此外,它还通过直接在集群内运行构建、测试和调试流程,实现了开发环境与生产环境的一致性。 该工具涵盖了广泛的功能,包括并行镜像构建、多容器日志流式传输和交互式容器终端。它还提供了用于解析动态变量的配置管理功能,以及用于环境管理和端口转发的可视化界面。
Ships a utility for opening interactive terminals and streaming logs from containers to align development with production.