Paste a Kubernetes manifest to check for YAML syntax errors and common schema issues before you apply it to a cluster.
Uses a lightweight built-in YAML parser (not the full spec — no anchors/multi-doc streams) to check structure against common Kubernetes kinds. Runs entirely in your browser.
Related
Convert docker-compose.yml into Kubernetes manifests.
Decode cron expressions into human-readable schedules.
Lint a Dockerfile for common issues and best practices.
Generate a values.yaml scaffold for Helm charts.