Synopsis
Dockerfile or docker-compose.yml. Defaults to . if omitted.
Flags
Pipeline
Thegenerate command runs a multi-stage pipeline:
- Analysis — Parses Dockerfile, docker-compose.yml, and source code to detect language, framework, ports, health endpoints, and dependencies
- LLM enhancement (optional) — Enriches analysis with deeper framework understanding, resource sizing, and security recommendations
- Generation — Produces Kubernetes manifests from the analysis results
- Validation — Checks generated manifests for correctness and best practices
- Output — Writes files to disk (or stdout with
--dry-run)
Examples
Basic generation:Output files
Validation report
After generation, a validation report runs automatically (unless--skip-validation is set). The report checks:
Issues are reported with severity levels: Error (must fix), Warning (should fix), and Info (recommendation).