548 B
548 B
Converting docker-compose.yml to kubernetes files
Translate a Docker Compose File to Kubernetes Resources
- Edit
docker-compose.ymlfile as needed - Install Kompose
- Run
kompose convertin the folder of the compose file to create kubernetes files - On Linux: try
kompose up, this "should" build the containers, could not test this on windows