Cloud Computing Patterns | Design Patterns | Serverless Deployment


Cloud Computing Patterns, Mechanisms > Containerization Patterns > Serverless Deployment
Home > Design Patterns > Serverless Deployment

Serverless Deployment (Erl, Naserpour)

How can cloud services be deployed without the need for maintaining underlying infrastructure resources, such as Web servers or virtual servers?

Serverless Deployment

Problem

When cloud services are deployed on a server or in a container, the underlying infrastructure may not be pre-configured for their deployment, leading to delays until the environment is set up to support the deployment.

Solution

Cloud services can be equipped to be self-hosting by being packaged with the necessary components and configuration information so that upon deployment in a special serverless environment they are fully functional.

Application

Cloud services are designed, coded and deployed alongside the descriptor in preparation for deployment in a serverless environment, which is typically available by cloud providers.

Serverless Deployment: The sequence in which a cloud service transitions from development to deployment in a serverless environment

The sequence in which a cloud service transitions from development to deployment in a serverless environment


CCP Module 5: advanced-cloud-architecture title=

This pattern is covered in CCP Module 5: Advanced Cloud Architecture.

For more information regarding the Cloud Certified Professional (CCP) curriculum, visit www.arcitura.com/ccp.