Skip to main content

Docker Compose to K8s

v1.0.2

Convert Docker Compose service definitions to Kubernetes Deployment and Service manifests.

Converts Docker Compose service definitions to equivalent Kubernetes Deployment and Service YAML manifests — maps image, ports, environment variables, and volume mounts.

How to use
  • Paste a docker-compose.yml and select which services to convert.
  • Each service produces a Deployment + Service manifest pair.
  • Review and adjust resource limits, replicas, and storage class before applying.

⚠ Best-effort conversion. Review generated manifests before deploying to production clusters.