cloud sky and servers
BLOG
DIGITAL

Building a SMART Architecture with Serverless

One of the most important parts of a digital transformation is setting up a digital platform, and a challenge is to make it as simple as possible. Ideally, it should only take a sprint (about a month, and what we usually call sprint zero) for an agile team to set it up in the cloud.

Using new but already proven technology this is possible using an architecture I call SMART, as in Serverless Microservices Architecture for Rapid Transformation, and I will give an introduction to it below. If you want to learn more, please don’t hesitate to get in touch.

Serverless is about taking the next logical step in cloud computing. The cloud journey started with servers that could be managed remotely, called IaaS, and provisioning was easier than in the on-premise data center (getting a new server up in minutes rather than weeks or months). This was taken further with the provisioning of parts of servers, i.e. containers. The following step was to outsource the server management to the cloud provider, called PaaS, and provisioning became even easier as we just stated the required compute resources (processing, memory, etc) without knowing much about the actual servers, but we still needed to handle things like scaling and availability. The next step, often called Serverless or FaaS, is to just provide the functionality or code, and the platform would take care of everything else, like server maintenance, automatic scaling, availability and fault tolerance, etc. The interesting part is that we only pay for what we use in terms of computational power (processing and memory), which means that even if we have one million components, but none of them is running, we don’t pay anything. The main providers are Microsoft, with their Azure Functions, IBM, with their (Apache) OpenWhisk, Amazon, with their AWS Lambda, and Google, with their Cloud Functions. [...]

 

To read the whole post and interact, please visit the SogetiLabs blog: Building a SMART Architecture with Serverless