Topics Serverless

What is serverless?


Serverless is a software architecture design pattern that takes advantage of event-driven code execution powered by cloud managed services to build massively scalable and cost-efficient applications composed of small discrete functions without developers needing to design for or think about the underlying infrastructure where their code runs.

Learn more about GitLab

What is serverless business logic?

So, what is serverless business logic? Every application uses servers at some point. The term Serverless emphasizes an architecture and service model where the developers need not concern themselves with infrastructure and instead can focus on the business logic of their appliction. Serverless is the next evolution of architectural design from monolith, to microservices, to functions as Adrian Cockcroft explains in this video.

Serverless, FaaS (Functions as a service), and managed services

Often serverless and FaaS are treated as interchangeable terms, but this isn't really accurate. Serverless is an overarching architectural pattern that makes use of a FaaS along with other cloud managed services. FaaS is a specific type of service such as AWS Lambda, Google Cloud Functions, and Azure Functions, that enables developers to deploy functions.

Attributes of serverless

  1. Small, discrete units of code. Often services written using serverless architecture are comprised of a single function.

  2. Event-based execution. The infrastructure needed to run a function doesn't exist until a function is triggered. Once an event is received an ephemeral compute environment is created to execute that request. The environment may be destroyed immediately, or more commonly stays active for a short period of time, commonly 5 minutes.

  3. Scale to zero. Once a function stops receiving requests the infrastructure is taken down and completely stops running. This saves on cost since the infrastructure only runs when there is usage. If there's no usage, the environment scales down to zero.

  4. Scale to infinity. The FaaS takes care of monitoring load and creating additional instances when needed, in theory, up to infinity. This virtually eliminates the need for developers to think about scale as they design applications. A single deployed function can handle one or one billion requests without any change to the code.

  5. Use of managed services. Often serverless architectures make use of cloud provided services for elements of their application that provide non-differentiated heavy lifting such as file storage, databases, queueing, etc. For example, Google's Firebase is popular in the serverless community as a database and state management service that connects to other Google services like Cloud Functions.

Comparison of cloud managed services

Here is a chart of with examples of managed services from AWS, Google Cloud, and Azure along with their open source counterparts.

Service Open Source AWS Google Cloud Azure
FaaS Knative Lambda Cloud Functions Azure Functions
Storage Minio S3 Cloud storage Azure storage
SQL DB MySQL RDS Cloud SQL Azure SQL Database
NoSQL DB MongoDB, Cassandra, CouchDB DynamoDB Cloud Datastore Cosmos DB
Message queue Kafka, Redis, RabbitMQ SQS, Kinesis Google Pub/Sub Azure Queue Storage
Service mesh Istio App Mesh Istio on GKE Azure Service Fabric Mesh

Business Values and Benefits of GitLab Serverless

GitLab Serverless allows businesses to deploy their own FaaS on Kubernetes.

Faster

Faster pace of innovation. Developer productivity increases when they can focus solely on business logic.

Stability

Greater stability/resiliency (less loss of revenue due to downtime).

Scale

Greater scale, the software is able to keep up with business demand.

Cost

Lower costs. Since compute is only billed when a service is active, servless provides tremendous cost savings vs always-on infrastructure.

No vendor lock-in

No vendor lock-in. Organizations can choose who they want to run their compute. In any cloud that supports Kubernetes, or even on-premises servers.

Workflow

Your FaaS is part of the same workflow as the rest of your software lifecyle with a single appliction from planning and testing, to deployment and monitoring.

Deployment

Deploying functions is greatly streamlined and simplified vs using Knative directly.

Take GitLab for a spin

See what your team can do with a single platform for software delivery.

Get free trial
Headshots of three people

Have a question? We're here to help.

Talk to an expert