6/5/2026 at 7:47:44 PM
I've been running GitLab internally on k8s for 6 years, it handles code, CI, security scans, build artifacts, helm charts, etc. It runs a nightly backup to a GCS bucket.Monthly upgrades are painless. Once a year the major versions (18 to 19, for example) bump external dependencies and we need about an hour on it.
I've been using GitHub for other projects and for the life of me I can't see a single area where its better. Actions is worse without versioned and self documenting components, there's no concept of a project hierarchy or inherited permissions, even simple things like setting up deploy keys are more annoying than they need to be.
I can't speak for GitLab.com - I've never used it.
by tapoxi
6/5/2026 at 8:00:37 PM
Gitlab.com used to be slightly less available than GitHub but recently I think the tables have turned and Gitlab saas is relatively stable.I also enjoy Gitlab as a platform. It's got everything, good board, good repo, good issues, good CI, extremely good registries. It's got the equivalent of gists and pages... It a better product all things considered.
GitHub just wins because of popularity. It's WordPress all over again, the thing people use because it's a thing people use.
by gchamonlive
6/6/2026 at 7:08:54 AM
If only they stopped changing UI's just for the heck of itRecently they changed the issues list, and it just got worse
They changed the merge request list to be way too smart, making assumptions about user's workflows
To me it feels like they have way too many engineers looking for things to solve that arent really problems
The CI system is great though
Running it self hosted is also generally without any problems - although they just broke my upgrade to 19 because they decided to remove mattermost
by jaapz
6/5/2026 at 8:01:31 PM
> I've been using GitHub for other projects and for the life of me I can't see a single area where its better.Triggering github actions manually is way, way cleaner. Also the pipeline configuration feels cleaner to me bit that might be personal preference more than anything else.. Otherwise I agree. =)
by liquidgecka
6/5/2026 at 8:40:58 PM
Enterprise pricing is a huge factor.by foobarian