Seems almost crazy, but the era of ‘serverless architecture’ is upon us. It’s a continuation of the availability of utility cloud computing and it matters to most businesses because it means you can develop and operate your services without ever worrying about operating systems or underlying hardware. All you need to do is produce the code and run it.
On what, you rightly ask? The short answer is ‘containers’.
Serverless computing is an execution model in which your cloud provider dynamically manages the allocation of machine resources (those machines would be the actual ‘servers’ – but they have nothing to do with you, certainly not in a physical sense: they are completely abstracted away from the end user). Pricing is based on the amount of resources consumed by your application, rather than on pre-purchased capacity. In other words, serverless consumption models are ‘on demand’ utility computing.
Read More