DevOps & Config Tool data stays in browser

Kubernetes Manifest Helper

Inspect Kubernetes YAML — resource inventory, structural validation, cross-resource relationships (Service ↔ Pod labels, Ingress → Service, HPA → target, ConfigMap/Secret/volume refs), readiness (probes / resources / replicas), and pod-security findings — or switch to Generate and build a manifest bundle (Deployment + Service / Ingress / ConfigMap / Secret / HPA / PDB / PVC / Namespace, or a standalone CronJob / ConfigMap / Secret) from a guided form. Runs in your browser; manifests are never uploaded. For a dedicated pod-security scan, see the K8s Policy Inspector.

Guide

Auto-runs as you type / change the form. Ctrl+Enter to re-run.

How to use the Kubernetes Manifest Helper

Generate, inspect, validate, and improve Kubernetes YAML manifests for the resources you actually use: Deployment, Service, Ingress, ConfigMap, Secret, HorizontalPodAutoscaler (HPA), CronJob, Job, PersistentVolumeClaim, RBAC (Role / RoleBinding / ServiceAccount), and NetworkPolicy. Generate starters from a simple form, paste existing manifests for validation, and get best-practice warnings before kubectl apply. Runs locally; manifests are never uploaded.

What it does

When to use it

How to use it

  1. Pick the resource you need (Deployment, Service, Ingress, etc.) in the generator.
  2. Fill in name, namespace, image, port, replicas, and any extras (env, labels, probes).
  3. Copy or download the generated YAML, then refine for cluster-specific annotations.
  4. To check an existing manifest, paste it into the validation tab — best-practice warnings are listed inline.
  5. Pair with the YAML Validator for pure syntax checks and the ENV Converter for Kubernetes Secret generation from .env.

Tips & pitfalls

FAQ

Runs locally in your browser. No uploads. The helper generates YAML — never apply to a cluster without review.

Related guides