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