Kubernetes YAML Validator
Validate Kubernetes manifests and catch risky container settings.
Kubernetes manifest
Paste one or more YAML documents separated by ---
Validation results
Schema basics plus best-practice checks
- doc 1 No `metadata.labels` — labels make selecting and grouping resources much easier.
- doc 1 `spec['selector']` is required for Deployments and StatefulSets.
- doc 1 Container `web` uses an unpinned/latest image tag — pin an explicit version.
- doc 1 Container `web` has no `resources` requests/limits.
- doc 1 Container `web` has no `livenessProbe`.
- doc 1 Container `web` has no `readinessProbe`.
- doc 1 Container `web` has no `securityContext` — consider runAsNonRoot and dropping capabilities.
About the Kubernetes YAML Validator
Paste one or more Kubernetes YAML documents separated by --- to check the required apiVersion, kind and metadata fields, RFC 1123 name rules, missing selectors on Deployments and StatefulSets, removed API versions, unpinned or :latest images, missing resource requests and limits, absent liveness and readiness probes, and privileged or missing securityContext.
Examples
Unpinned image
image: nginx:latestOutput
Warning: unpinned/latest image tagKeyboard shortcuts
- Copy the main outputCtrl / ⌘ + Shift + C
- Download the resultCtrl / ⌘ + S
- Share this toolCtrl / ⌘ + Shift + S
- Reset the inputsAlt + R
- Open the tool search paletteCtrl / ⌘ + K
Related tools
.htaccess Redirect Generator
Dev Utilities
Generate Apache .htaccess redirect and rewrite rules.
Bash Alias Generator
Dev Utilities
Create shell aliases for Bash, Zsh or Fish with correct quoting.
Chmod Calculator
Dev Utilities
Unix permission calculator: checkboxes, octal, and symbolic.
Cron Expression Builder
Dev Utilities
Build cron expressions visually with a human-readable description.
Crontab to Human Readable
Dev Utilities
Translate whole crontab files into plain English, line by line.
Docker Compose Validator
Dev Utilities
Check docker-compose.yml for errors, bad ports and risky settings.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-19 · Runs entirely in your browser