Marco Zeisler 50b4d5faa5 update
2021-05-28 20:50:42 +02:00

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