Closed deis-admin closed 7 years ago
From @aegixx on October 13, 2016 21:35
kompose works effectively at converting docker-compose.yml to k8s template files.
With that said, is there a path for deis to publish a docker-compose application?
From @bacongobbler on October 13, 2016 21:42
at this point, there is no path for deis to publish one, however it's probably best to bring this up at deis/builder since this is the v1 repo. :)
From @krancour on October 14, 2016 13:44
@bacongobbler any reason we shouldn't close this?
From @jgmize on September 21, 2015 2:56
With some (admittedly non-trivial) changes to the builder, controller, and scheduler after the v2 switch to k8s as the standard scheduler, it might be possible to leverage compose2kube to create multi-container pods with a docker-compose.yml in the root of the repo and a "git push deis" deployment workflow that insulates the developer from needing to interact with k8s directly via kubectl.
Copied from original issue: deis/deis#4514