cetico's comments

cetico | 7 years ago | on: Ask HN: Are you working on interesting technical problems?

Yes. But I understand you, and I agree. I was there. I quit my job in a big tech company a few months ago so I could work on more interesting problems. I started a company a few months, and it's been hard - exactly what I was hoping for.

cetico | 8 years ago | on: Ask HN: Is Kubernetes too complex for most use cases?

It depends on how you define "most use cases".

If you need containers to solve the "it works on my workstation" problem, and you need to make your containers run in production and scale them easily, and you have lots of applications to setup and deploy, then Kubernetes is fantastic. But if you can get away with just running your application in plain VMs and the burden of maintaining a Consul-based app discovery isn't a problem for you, your proposed setup makes a lot of sense.

Custom infra has an operational cost that is proportional to the number of applications. Kubernetes has a high fixed operational cost that you always incur, whether you have 1 application or 20. Once your operational complexity is high enough, it makes sense to use Kubernetes.

Soon higher level solutions will come along that will delivery the same advantages of Kubernetes but remove the learning curve and ops cost of Kubernetes.

page 2