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.

Ask HN: Should an early stage startup use Kubernetes?

2 pointsby deepakputhrayaover 5 years ago
Should an early-stage startup use Kubernetes in production? What if the engineers have experience deploying applications on Kubernetes?<p>I understand there are no hard and fast rules for this. But what are the various criteria that you would look at before deciding that Kubernetes should be used early on?<p>My personal opinion is to invest in docker &amp; docker-compose on a small VM and scale them out manually. But a friend of mine questions - if you are using docker-compose then why not Kubernetes? You get the benefit of scaling your services without any extra costs(GCP does not charge for master node).

2 comments

sgtover 5 years ago
Rather focus on building your application first. In other words, docker compose will do just fine.
asheikhover 5 years ago
scaling your application is not of your current problems, put your priority to building a functional application which solves a problem first.