GitLab Goes Serverless
Written by Nikos Vaggalis   
Thursday, 27 December 2018

GitLab adds to the competition among cloud services providers with its own FaaS solution. 

 

Functions-as-a-service (FaaS) is a pit where the big names collide.It is the future of enterprise computing as the cloud provider handles the underlying infrastructure, letting the client focus on its core business of
designing applications.

What's even more alluring to this Serverless scheme, is that applications are broken down into microservices where the code assumes the shape of stand alone functions which charge the client only when fired and not when sitting idle, thus much reducing the operational cost.

In a landscape dominated by Amazon with AWS Lambda and Microsoft with Azure Functions, it's no wonder that the biggest
issue with Serverless despite its advantages is the vendor lock-in.Gitlab's answer, as well as pitch, is that it can deploy your functions on to any cloud provider, therefore, handing out flexibility.

This flexibility is possible due to Gitlab's leveraging Google's Knative which enables deploying and auto-scaling serverless workloads on Kubernetes on any supporting cloud platform.

Apart from "installing Knative to your cluster with a single click using the GitLab Kubernetes integration", Gitlab goes one step further by integrating the deployment of the code to the cloud into the developer's established workflow of the entire CI/CD Pipeline.

These Serverless capabilities are included as an alpha offering in GitLab's release 11.6 of December 22nd. Users will notice a new tab on their Gitlab UI called "Serverless" under the Operations menu item in the sidebar.

gitlab

More Information

Announcing GitLab Serverless

 

Related Articles 

GitLab Adds Security Dashboards 

GitLab Adds Auto DevOps 

AWS Lambda For The Impatient Part 1

AWS Lambda For The Impatient Part 2

AWS Lambda For The Impatient Part 3

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


TypeScript 5.4 Adds NoInfer Type
12/03/2024

TypeScript 5.4 has been released, with the addition of a NoInfer utility type alongside preserved narrowing in closures following last assignments. 



Visual Studio 17.9 Now Generally Available
18/03/2024

Visual Studio 17.9 is now fully available with AI assistance and better extensibility. The first preview of 17.10 has also been made available in preview.


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Thursday, 27 December 2018 )