top | item 21756265

Ask HN: Should an early stage startup use Kubernetes?

2 points| deepakputhraya | 6 years ago | reply

Should an early-stage startup use Kubernetes in production? What if the engineers have experience deploying applications on Kubernetes?

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?

My personal opinion is to invest in docker & 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

order
[+] sgt|6 years ago|reply
Rather focus on building your application first. In other words, docker compose will do just fine.
[+] asheikh|6 years ago|reply
scaling your application is not of your current problems, put your priority to building a functional application which solves a problem first.