Serverless Computing
Fn is a cloud agnostic open source serverless computing platform.
CloudEvents is an attempt to standardize the serverless computing event model.
One of the problems with Serverless computing is the cold start where it may take a while for a Docker Image to startup. This start time could be in the order of minutes if it is a complex Docker Image loading Java and starting up a large Java Function.
Function Platforms Podcast
Comments