Documentation
Learn how to use the DevOps Deployment Accelerator to transform your Docker Compose files into production-ready Kubernetes and Docker Swarm configurations.
Quick Start
- Upload your docker-compose.yml file on the Convert page
- Review the validation status (green = ready, red = errors to fix)
- Configure options: platform, proxy type, resource profile
- Convert and wait ~2-5 seconds for generation
- Export as ZIP or save project for later
Features
Configuration Options
Target Platform
- Kubernetes Only: For cloud deployments (GKE, EKS, AKS)
- Docker Swarm Only: Simpler than Kubernetes
- Both Platforms: Generate configs for both
Reverse Proxy
- Traefik (Recommended): Auto SSL, service discovery
- Nginx: Battle-tested, high performance
- Caddy: Simplest config, automatic HTTPS
- None: Skip proxy configuration
Resource Profile
- Small: Microservices, background workers
- Medium (Recommended): Web apps, APIs
- Large: Databases, data processing