DevOps & Config Processed locally

Kubernetes / Helm Policy Inspector

Paste Kubernetes manifests — or the output of helm template — and the inspector lints every workload (Deployment, StatefulSet, DaemonSet, Job, CronJob, Pod) against common pod-security and best-practice rules, grouped by severity. It reads multi-document YAML (separate with ---) and runs entirely in your browser; nothing is uploaded.

Auto-inspects as you type. Ctrl+Enter to re-run.

How to use the Kubernetes / Helm Policy Inspector

Paste your Kubernetes manifests — or the output of helm template — and the inspector lints every workload (Deployment, StatefulSet, DaemonSet, Job, CronJob, Pod) against common pod-security and best-practice rules, grouping findings by severity. It reads multi-document YAML and runs entirely in your browser; nothing is uploaded.

What it does

When to use it

How to use it

  1. Paste one or more manifests (separate documents with ---).
  2. Read the severity summary in the verdict and the grouped findings report.
  3. Open the Findings tab for per-rule detail; fix the critical and warning items, then re-check.

Tips & pitfalls

FAQ

Related guides