Kubernetes Manifest Visualizer
Free browser-based tool that visualizes Kubernetes YAML manifests as interactive architecture diagrams. See Deployments, Services, Ingress, ConfigMaps, Secrets, and PVCs with automatic relationship detection via label selectors, volume claims, and routing rules — no install or sign-up required.
Editor
Diagram
Loading Kubernetes Visualizer...
How to Use
- Paste your Kubernetes YAML in the editor on the left. Multi-document manifests
with
---separators are fully supported. You can also try one of the ready-made templates. - Click "Generate Diagram" to parse your manifests and create an interactive architecture diagram with namespace grouping.
- Explore the diagram — pan, zoom, and inspect Deployments, Services, Ingress rules, ConfigMaps, Secrets, and PVCs. Relationships are auto-detected from label selectors, volume claims, and routing rules.
- Export or share — download the diagram as PNG/SVG, copy a shareable link, or get an embed code for your documentation.
What Gets Visualized
- Deployments & Pods — container images, replicas, ports, and environment references
- Services — type (ClusterIP, NodePort, LoadBalancer), port mappings, and label selector matching
- Ingress — host-based and path-based routing rules pointing to Services
- ConfigMaps & Secrets — referenced by Deployments via envFrom, env.valueFrom, or volume mounts
- PersistentVolumeClaims — storage size, access modes, and volume references from workloads
- Namespaces — resources automatically grouped by namespace
Frequently Asked Questions
- Is my Kubernetes manifest sent to any server?
- No. All parsing and diagram generation happens 100% in your browser. Your manifests never leave your machine.
- Which Kubernetes resources are supported?
- Deployments, Pods, Services (ClusterIP/NodePort/LoadBalancer), Ingress, ConfigMaps, Secrets, and PersistentVolumeClaims. Resources are grouped by namespace.
- How are relationships detected?
- The tool automatically infers relationships from label selectors (Service → Deployment), Ingress routing rules, ConfigMap/Secret references (envFrom, env.valueFrom, volumes), and PVC volume claims.
- Can I share my diagram?
- Yes! Click the Share button to copy a URL that encodes your manifest. Anyone with the link can see your diagram.