2021-06-16 11:51:11 +02:00
..
2021-05-28 20:53:31 +02:00
2021-06-16 11:51:11 +02:00
2021-06-16 11:26:28 +02:00
2021-05-28 20:50:42 +02:00

Converting docker-compose.yml to kubernetes files

Translate a Docker Compose File to Kubernetes Resources

  • Edit docker-compose.yml file as needed
  • 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