Manifest Inspector
Manifest Inspector
Paste or upload a multi-document YAML file to inspect it locally. The inspector identifies apiVersion, kind, name, and namespace for each document, surfaces common problems such as missing metadata.name, latest image tags, and missing resource limits, and highlights Kustomize-specific references. No cluster access. No uploads.
Example findings
#1 Deployment apps/v1 demo-app
warning: container image "nginx:latest" uses tag "latest".
warning: Deployment containers are missing resources.requests/limits.
#2 Service v1 demo-app
#3 Kustomization kustomize.config.k8s.io/v1beta1 demo-app
kustomize ref: resource deployment.yaml
kustomize ref: image[0] nginx