工作流指南
DevOps config visualization workflow
Preview Docker, Kubernetes, Nginx, GitHub Actions, Helm, and Terraform sources as reviewable infrastructure diagrams.
Visualize dependency shape
Turn config files into a map that shows services, ports, jobs, ingress rules, and infrastructure links.
Review operational risk
Check whether hidden dependencies, missing health checks, exposed ports, or routing rules need to be documented.
Publish the review artifact
Export a diagram for PR review, runbooks, onboarding docs, or incident follow-up notes.
可直接试用
Docker Compose service map
Start from a Compose file to expose service dependencies, ports, and data stores before deployment review.
用这个示例打开工具services:
web:
image: app:latest
ports:
- "3000:3000"
depends_on:
- api
api:
image: api:latest
environment:
DATABASE_URL: postgres://db/app
depends_on:
- db
db:
image: postgres:16常见问题
Which DevOps files should become diagrams?
Diagram configs with multiple services, jobs, routing rules, cloud resources, or deployment dependencies. Single-purpose snippets usually need only code review.
Does this replace infrastructure-as-code review?
No. It gives reviewers a visual map so they can ask better questions while still reviewing the original source.
相关工具
Docker Compose 架构图
把 docker-compose.yml 中的服务、depends_on、网络、卷和端口转换成架构图。
Kubernetes Manifest 可视化
把 Kubernetes YAML 可视化为资源树,检查 Deployment、Service、Ingress、label 和 namespace。
GitHub Actions 工作流图
将 GitHub Actions YAML 中的 jobs、needs、steps 转换为可读工作流图。
Helm Values 可视化
将 Helm values.yaml 展示为可展开结构,方便 Chart 审查和文档编写。
Nginx 配置可视化
可视化 nginx server、location、proxy_pass、upstream 关系。
Terraform 架构图
将 Terraform resource 块和引用关系可视化为架构图。
Team workflow waitlist
需要团队图表工作流或批量转换?
我们正在验证批量转换、高级导出、私有分享、团队模板库和 AI review 额度。告诉我们你的场景,优先安排。