Overview
ProductRatingMost Used ByProduct SummaryStarting Price
GitLab
Score 8.9 out of 10
N/A
GitLab DevSecOps platform enables software innovation by aiming to empower development, security, and operations teams to build better software, faster. With GitLab, teams can create, deliver, and manage code quickly and continuously instead of managing disparate tools and scripts. GitLab helps teams across the complete DevSecOps lifecycle, from developing, securing, and deploying software. Differentiators, as described by Gitlab: Simplicity: With GitLab, DevSecOps can…
$0
per month per user
HashiCorp Nomad
Score 9.6 out of 10
N/A
Nomad, from HashiCorp, is presented as a simple, flexible, and production-grade workload orchestrator that enables organizations to deploy, manage, and scale any application, containerized, legacy or batch jobs, across multiple regions, on private and public clouds. Nomad's workload support enables an organization to run containerized, non containerized, and batch applications through a single workflow. Nomad is available open source, or via a supported enterprise plan.N/A
Pricing
GitLabHashiCorp Nomad
Editions & Modules
GitLab Essential
$0
per month per user
GitLab Premium
$29
per month per user
GitLab Ultimate
$99
per month per user
No answers on this topic
Offerings
Pricing Offerings
GitLabHashiCorp Nomad
Free Trial
YesNo
Free/Freemium Version
YesYes
Premium Consulting/Integration Services
YesNo
Entry-level Setup FeeOptionalNo setup fee
Additional Details
More Pricing Information
Features
GitLabHashiCorp Nomad
Version Control Software Features
Comparison of Version Control Software Features features of Product A and Product B
GitLab
8.6
3 Ratings
18% above category average
HashiCorp Nomad
-
Ratings
Branching and Merging9.03 Ratings00 Ratings
Version History8.33 Ratings00 Ratings
Version Control Collaboration Tools8.73 Ratings00 Ratings
Pull Requests8.73 Ratings00 Ratings
Code Review Tools8.33 Ratings00 Ratings
Project Access Control9.33 Ratings00 Ratings
Automated Testing Integration8.03 Ratings00 Ratings
Issue Tracking Integration8.03 Ratings00 Ratings
Branch Protection9.33 Ratings00 Ratings
Best Alternatives
GitLabHashiCorp Nomad
Small Businesses
Git
Git
Score 10.0 out of 10
Portainer
Portainer
Score 9.3 out of 10
Medium-sized Companies
Git
Git
Score 10.0 out of 10
IBM Cloud Kubernetes Service
IBM Cloud Kubernetes Service
Score 9.3 out of 10
Enterprises
Perforce Helix Core
Perforce Helix Core
Score 6.3 out of 10
IBM Cloud Kubernetes Service
IBM Cloud Kubernetes Service
Score 9.3 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
GitLabHashiCorp Nomad
Likelihood to Recommend
8.8
(122 ratings)
10.0
(1 ratings)
Likelihood to Renew
9.9
(4 ratings)
-
(0 ratings)
Usability
9.0
(5 ratings)
-
(0 ratings)
Support Rating
9.1
(11 ratings)
-
(0 ratings)
User Testimonials
GitLabHashiCorp Nomad
Likelihood to Recommend
GitLab
We started to use GitLab for hosting git source code repositories of our projects only but slowly we started to use it to store container images, packages, dependency proxy as well infrastucture registry and it is now well suited for Continuous Integration in our projects, It wasn't that good in Continuous Deployment before 12.0 version but after 12.0 it is amazingly good for Continuous Deployment as well since it keeps deployment information in a well organized manner which can be configure in ci yaml configuration.
Read full review
HashiCorp
Nomad is well suited for organizations who wish to tackle the problem of cloud computing with as little opinion as possible. Where competing tools like Kubernetes limit the concept of "batteries included," Nomad relies on engineers understanding the missing components and filling them in as necessary. The benefit of Nomad is the ability to build a system out of small pieces with the cost of having more complexity at a system level compared to alternatives.
Read full review
Pros
GitLab
  • GitLab excels in managing code versions, allowing easy tracking of changes, branch management, and merging contributions.
  • It helps maintain code stability and reliability, saving time and effort in the development or research workflow.
  • Powerful code review features, enabling collaboration and feedback among team members.
  • Robust project management features, including issue tracking, kanban boards, and milestones.
Read full review
HashiCorp
  • Nomad is incredibly simple by nature, following the Linux philosophy of doing one thing great. That one thing for Nomad is job scheduling.
  • Nomad is a modern tool, written in Go with a large community and maintained by HashiCorp.
  • Implementation of Nomad is very simple since it is a single binary.
Read full review
Cons
GitLab
  • CI variables management is sometimes hard to use, for example, with File type variables. The scope of each variable is also hard to guess.
  • Access Token: there are too many types (Personal, Project, global..), and it is hard to identify the scope and where it comes from once created.
  • Runners: auto-scaled runners are for the moment hard to put in place, and monitoring is not easy.
Read full review
HashiCorp
  • Nomad only handles one part of a full platform. Expertise and vision are required in implementing an entire system that is functional enough for an organization to rely on. This includes other tools to handle things like secrets, service discovery, network routing, etc.
  • Nomad is delayed in some modern functionality, like features for service-mesh and open tracing. These features are on the tool's roadmap, but there's currently no native support. These paradigms can be established still, but require more expertise outside of Nomad itself.
  • Nomad is not the leading tool for this space, and as such risks being left behind by tools with much greater support, such as Kubernetes.
Read full review
Likelihood to Renew
GitLab
Gitlab is the best in its segment. They have a free version, they have open-source software, they provide a good service with their SaaS product, they are a fully-remote company since the beginning (which means they are fully distributed and have forward-thinking IMO). I would certainly recommend them to everyone.
Read full review
HashiCorp
No answers on this topic
Usability
GitLab
I find it easy to use, I haven't had to do the integration work, so that's why it is a 9/10, cause I can't speak to how easy that part was or the initial set up, but day to day use is great!
Read full review
HashiCorp
No answers on this topic
Support Rating
GitLab
At this point, I do not have much experience with Gitlab support as I have never had to engage them. They have documentation that is helpful, not quite as extensive as other documentation, but helpful nonetheless. They also seem to be relatively responsive on social media platforms (twitter) and really thrived when GitHub was acquired by Microsoft
Read full review
HashiCorp
No answers on this topic
Alternatives Considered
GitLab
GitLab is easily the preferred tool when it comes to versioning and source control. With other tools the UI often feels outdated and clunky leading to inefficiency and confusion. With some of the sleeker tools such as GitKraken, while the aesthetic is pleasing, the experience is plagued by a lack of support, lack of optional plugins, and a plethora of bugs that cause unnecessary legwork to resolve. GitLab is the best of both aesthetic and functionality
Read full review
HashiCorp
Nomad's primary competitor is Kubernetes, specifically its scheduling component. Kubernetes is a much more complete system that will handle more things than job scheduling, including service discovery, secrets management, and service routing. There also exists a much larger community support for Kubernetes vs Nomad. One might say Kubernetes is the safer choice between the two. Kubernetes is the complete "operating system" for cloud computing, but with it includes complexities that are "Kubernetes" specific. The decision really comes down to a mindset of monolith vs components. With Kubernetes, I would argue you choose the entire system as a whole. With Nomad, you design your system piece by piece. There is no wrong answer.
Read full review
Return on Investment
GitLab
  • We were able to streamline our project's codebase which made us very organised and laid out a proper plan for development.
  • Our deployment and infra pipelines are well structured now making our process 10x faster.
  • We are more focused into project building rather infra, as infra is totally on autopilot mode. Which has enabled us to grow our ROI by records.
Read full review
HashiCorp
  • Nomad has allowed our organization to deploy quicker and more frequently with a lower failure rate.
  • Nomad has brought in consistency from an operations perspective.
  • Nomad's performance allows us to scale infinitely while providing functionality that reduces mean time to repair (canary deploys, versioning, rollbacks, etc).
Read full review
ScreenShots

GitLab Screenshots

Screenshot of GitLab, a comprehensive DevSecOps platform.Screenshot of Security DashboardScreenshot of Merge Request