What does GitLab do?
A complete platform for building and deploying software.
Last updated: April 15, 2025
The TL;DR
GitLab is a somewhat contrarian take on DevOps: it’s basically one giant tool for literally anything you’d want to do relating to building and deploying software.
-
DevOps spans the gamut in software, from source control to performance monitoring
-
Traditionally, teams have used different tools for each part of the DevOps pipeline
-
GitLab brings the entire process together with a single platform for DevOps
-
Product lines include source control, issue tracking, CI/CD, and monitoring
GitLab is a very non-traditional company – beyond their unusual approach to the market, they operate completely remotely with team members across 60 countries, publicly publish their internal guidelines, and are open source. They also IPOd in 2021, and have grown to over 50 million registered users with more than half of Fortune 100 companies as customers [1] From Gitlab's most recent 10-K filing: We have more than 50 million registered users. – so it's an organization worth understanding.
Companies Mentioned
The Gitlab product: everything DevOps
Understanding GitLab means understanding DevOps, which is thankfully the subject of this recent Technically post. The norm – for sure at small to medium size companies – is that each part of the complicated DevOps workflow, from issue tracking to source control, requires a disparate tool.
Gitlab, though, provides tools for every step of the DevOps process, from issue tracking to monitoring. Their take is that you should be doing all of this in one, single tool to consolidate your stack. This comical visualization on their old homepage puts things into perspective:
Refresher: what’s DevOps?
Understanding GitLab means understanding DevOps , which is thankfully the subject of this recent Technically post. Here’s a quick refresher if you can’t be bothered to cl...