Gitlab DevOps CI/CD — Understand The Basics

An intimate relationship with YAML.

Neil Shah
FAUN — Developer Community 🐾
3 min readOct 15, 2021

--

Edited on Canva Pro

What are Gitlab Runners?

GitLab Runner is an application that works with GitLab CI/CD to run jobs in a pipeline. They can also run inside a Docker container or be deployed into a Kubernetes cluster.

Types of Runners:

  • Shared Runner: These…

--

--