© 2023 Hashnode
#gitlab-runner
The default SSL certificates used by GitLab server install will fail any GitLab Runner registration. This guide shows how to amend the SSL certificates used by GitLab server to allow Runner registration in LAN (Local Area Network). For GitL…
This article covers backup and restore guidelines for community version of gitlab. Objective: Step 1: Configure machine sudo apt-get update Step 2: Create LVM on machine for snapshot # Install GUI p…
If you self-host CI/CD runners for GitHub or GitLab, you may face a "full disk" problem. One of the reasons is Docker images. The runners will build Docker images before pushing them to a hub. At some…
In this article, I’m gonna walk you through configuring on-premise GitLab Server, GitLab Runner, and CI/CD for containerized microservices with NGINX configuration as a load balancer. We’ll deploy and…
For a long time I have been playing with the concept of Enablement Automation Code as a Product. The alternative is roughly “as a quick start template”. In this case, this is not actually a product - …
At Infor, my team is responsible for operating a internal, scalable, highly available implementation of Gitlab It is designed for scaling to service our thousands of SaaS developers building hundreds …