TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A docker-compose add-on to develop, iterate and run apps on Kubernetes

2 pointsby ezodudeover 4 years ago

1 comment

ezodudeover 4 years ago
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&#x27;t and it&#x27;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.