Create migration plan
create_migration_planGenerates a reviewable Docker Compose to Kubernetes migration plan detailing workloads, resources, ports, volumes, probes, and warnings. Nothing is written or deployed until approval.
Instructions
Build the concrete, reviewable migration plan: per-service workload kind, replicas, images, ports, ConfigMap/Secret split, volumes, probes and resources, plus flat summaries of resources, ports, environment variables, secrets, volumes and healthchecks, with warnings and manual_steps. SHOW THIS PLAN TO THE USER before generating or deploying anything. Nothing is written to disk and no cluster is touched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| namespace | No | ||
| image_registry | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ports | No | ||
| secrets | No | ||
| volumes | No | ||
| services | No | ||
| warnings | No | ||
| namespace | No | default | |
| resources | No | ||
| healthchecks | No | ||
| manual_steps | No | ||
| project_name | Yes | ||
| project_path | Yes | ||
| environment_variables | No |