I'm running Quantrocket 1.9.0 in a VM of a local machine.
I would like to migrate to Kubernetes (1.17 in case it makes any difference). To that end I have tried to run it with Kompose, which fails reporting incorrect version of 'docker-compose' file ('2.2', but only '1', '2' and '3' supported).
So I changed the version to '2' and ran it, but it dumped a host of errors on the console.
Reviewing the 'docker-compose' file I notice that there are a large number of directories which all need to be mapped to some central storage.
So my question: Has anyone tried/succeeded in running Quantrocket on (bare-metal) Kubernetes?
If so, can you please share some hints and pointers! That would be much appreciated!