> The serverless concept solves this problem, because it requires no DevOps to build and deploy applications at scale<p>This is wonderfully naive. A great goal, but hopelessly unrealistic. E.g. currently it is not handling data persistence at all, so for starters it's targeting "the easy bit", yet there's hardly any mention of things like logging, or what do to when their Consul cluster decides to start complaining because membership has gotten messed up (ever had a Consul node rejecting most messages as "suspect"? ever had the same node get registered twice? all kinds of fun stuff), how to analyse performance issues, networking problems etc.<p>It looks like an interesting platform, but anyone thinking this gets them out of understanding ops concerns will have tough times ahead..