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


Bun Shell Released
29/02/2024

The developers of the Bun JavaScript runtime have released Bun Shell, a new experimental embedded language and interpreter in Bun that lets you run cross-platform shell scripts in JavaScript and TypeS [ ... ]



JetBrains AI Assistant - A Welcome Time Saver
28/02/2024

JetBrains AI Assistant saves developers up to eight hours per week and they appreciate its help.  77% of users feel more productive, 75% express that they are happier with their IDE experien [ ... ]


More News

 

raspberry pi books

 

Comments




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

Last Updated ( Thursday, 27 December 2018 )