Loading...
Tool
Create secure Kubernetes Deployment or Pod manifests with opinionated security and reliability defaults.
Deployment for long-running workloads, Pod for debugging, CronJob for scheduled jobs.
Prefer small, regularly patched images (e.g. `-alpine` or distroless).
Number of pods to run. You can later attach an HPA.
Requests for scheduling, limits to cap CPU bursts.
Tune based on typical and peak memory usage.
HTTP path for liveness/readiness probes. Disable for non-HTTP workloads.
One `KEY=value` pair per line. Do not paste secrets here in production.
Fill in the workload parameters on the left and click Generate secure YAML to see the manifest and explanation here.
Was this tool helpful?