Hello everyone,<p>We love docker-compose. Especially, how it helps you to get an app, with all its dependencies, up and running in no time.<p>We are familiar with Kubernetes and can manage all configuration hiccups manually, however many of our users aren't and it's rather frustrating to them to migrate from compose to Kubernetes quickly without getting bogged down.<p>A solution that is often mentioned here is Kompose. Which we’ve tried but has left us with a lot of hoops to jump through. Mainly, we constantly had to patch bits of config here and there. It got really frustrating quick.<p>Our idea was to use conventions and defaults to make working between docker-compose and Kubernetes as seamless as we can.<p>We hope you find this useful, and let us know if you have any questions.