Free, browser-based utilities for everyday developer workflows

Kubernetes / Helm Policy Inspector

DevOps & Config

Lint Kubernetes or Helm-rendered YAML against pod-security and best-practice rules — in your browser.

  • Paste manifests (multi-document YAML supported).
  • Get findings by severity: critical / warning / info.
  • Covers securityContext, capabilities, host namespaces, resources, images.
Runs locally

Manifests

Findings

Paste manifests to inspect.

Heuristic linter for common pod-security and best-practice issues. It is not a full admission-controller / OPA / Kyverno policy engine; treat findings as guidance.

Next steps

Generate hardened manifests, validate YAML, or work on the Compose side of your stack.

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 and grouped findings.
  3. Fix the critical and warning items, then re-check.

Tips & pitfalls

FAQ

Related guides