DevOps / Gitlab Interview questions
What are the different GitLab subscription tiers?
GitLab is offered in three main subscription tiers, available for both GitLab.com (SaaS) and self-managed installs: Free, Premium, and Ultimate.
| Free | Premium | Ultimate |
| Core Git hosting, basic CI/CD, issues. | Adds advanced CI/CD, code owners, multiple approvers. | Adds full security scanning suite and portfolio management. |
| Limited CI/CD compute minutes. | Higher CI/CD compute allowance. | Highest CI/CD compute allowance. |
| No Epics. | Epics included. | Epics plus advanced roadmapping. |
Community Edition (CE) is the free, open-source self-hosted codebase, while Enterprise Edition (EE) is the codebase that unlocks Premium and Ultimate features when licensed. Pricing and exact minute allowances have shifted over time, so it's worth checking GitLab's pricing page for current numbers rather than treating any figure as permanent.
More Related questions...