I'm in the process of trying to convert a Docker Cloud based setup to k8s.
I've found the k8s kompose tool which can convert a docker compose file into a k8s file. Based on my results I'm wondering if it is possible to define a full stack in a single file.
I'm running kompose convert
but it ends up creating several different files:
Next I'm wanting to upload my stack to k8s via the UI:
Is the only way, to upload each of the files that was generated separately? Or is it possible to create a single file to represent the stack like with compose?