Kubernetes Manifest Helper
Generate common Deployment, Service, Ingress, ConfigMap, and Secret manifests, then validate YAML structure and common mistakes.
- Create clean starter manifests for common Kubernetes objects.
- Validate YAML documents and get targeted hints for missing fields.
- Useful for quick scaffolding before moving into GitOps or Helm workflows.
- Share results: Generate a secure link to share your current input and results with teammates — nothing is uploaded to any server.
Start in Generate for the simple Deployment + Service flow. Use the other tabs for inspection, validation, security, and exports.
Generation settings
Workload options (probes, resources, security)
stringData by default so you can still inspect raw values before applying.Manifest input
Resource inventory
No YAML pasted yet.
Relationship checks
Inspect a manifest to see relationship checks.
Production-readiness checks
Inspect a manifest to see readiness checks.
ConfigMap / Secret splitter
Paste .env content, JSON object, or key=value lines. Secret-looking keys auto-split into a Secret; the rest go to a ConfigMap.
data values are base64-encoded but not encrypted.Workload options
These options apply to the Deployment generated from the Generate tab.
* permissions in production. Prefer least privilege; ClusterRole/ClusterRoleBinding are cluster-wide.Service / Ingress
Service basics are configured in Generate. Configure Ingress backend overrides and TLS here.
HorizontalPodAutoscaler
HPA depends on metrics-server / custom metrics. CPU utilization scaling requires resources.requests.cpu on containers.
CronJob
Do not put CRON_TZ / TZ inside the schedule — use spec.timeZone on Kubernetes 1.27+.
Security audit
Inspect a manifest to see security findings.
kubectl snippets
These are command snippets only. Server-side validation requires cluster access and is not part of this tool.
Next steps
Handoffs send the relevant local content to another tool — nothing is uploaded.
Validation findings
For deeper inspection, use the Inspect YAML and Relationships tabs.