Hacker News new | ask | show | jobs
by saool 3559 days ago
I must be out of date, but my impression is that heroku's ease of use deploying and configuring applications through the web UI can't really be matched with kubernetes, mesos or others, which would need thousands of lines of orchestration code to work. Is that not the case anymore?
1 comments

Re Kubernetes, there will be some extra lines of course, but I really doubt it will run into the thousands. For example, I have a few (test) apps running on a (test) k8s cluster with a few small yaml files and a small shell script to build a docker image.