Category: Software, Kubernetes, Docker, gitlab

Using CI/CD systems to quickly build and deploy services or software has become a part of our life. Today I’ll be demonstrating that now we can set up our own runner using Kubernetes, so we never run out of CI/CD minutes which is 2000 minutes in GitLab, and after that, you have to pay for more.

This token is necessary because it connects your Runner to Gitlab and designates a stable ID for your Runner.

Copy this token and make sure not to lose it, as it is the only way to authenticate the newly registered Runner to Gitlab.

To enable or disable a specific Runner for a project: In this article, we learnt about how we can set up our own runner to cut the price which we are paying to Gitlab.

Related Articles