deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

Proposal feat(k8s): docker-compose.yml syntax support via compose2kube #467

Closed deis-admin closed 7 years ago

deis-admin commented 7 years ago

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

deis-admin commented 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?

deis-admin commented 7 years ago

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. :)

deis-admin commented 7 years ago

From @krancour on October 14, 2016 13:44

@bacongobbler any reason we shouldn't close this?