7 lines
548 B
Markdown
7 lines
548 B
Markdown
## Converting docker-compose.yml to kubernetes files
|
|
[Translate a Docker Compose File to Kubernetes Resources](https://kubernetes.io/docs/tasks/configure-pod-container/translate-compose-kubernetes/)
|
|
* Edit `docker-compose.yml` file as needed
|
|
* Install [Kompose](https://kubernetes.io/docs/tasks/configure-pod-container/translate-compose-kubernetes/#install-kompose)
|
|
* Run `kompose convert` in 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
|