Manifest relationships
Selectors, named references, namespaces, ports, identities, and supplied dependencies.
Static Kubernetes manifest analyzer
Paste Kubernetes YAML, see how resources connect, and catch relationship problems before you deploy. All analysis happens locally in your browser.
kind: Deployment
metadata:
name: web
spec:
template:
metadata:
labels:
app: web
---
kind: Service
spec:
selector:
app: websiteExpected app=website · Found app=web
Milestone 5 · Ingress routing
Paste multi-document manifests, validate selectors and Ingress backends, and follow namespace-correct relationship evidence directly back to its source.
Privacy is an architecture choice
Parsing, relationship discovery, and diagnostics run on your device. There is no backend, account system, analytics pipeline, or remote manifest processing.
A faster way to reason about manifests
KubeRelate focuses on the places where individually valid-looking resources stop lining up.
01 · Input
Drop in one file or a multi-document manifest set.
02 · Map
Follow selectors, names, ports, identities, and volume references.
03 · Learn
Get evidence, context, and commands you can run against a cluster.
Technically conservative by design
Selectors, named references, namespaces, ports, identities, and supplied dependencies.
Readiness, live endpoints, admission changes, controller behavior, and network traffic.