8 min read

Gitlab CI/CD - Architecture

GitLab CI/CD relies on a Coordinator-Runner model. The GitLab server manages the pipeline state, while isolated Runners pick up jobs and execute the heavy lifting. We’ll map out how these components communicate securely to execute your code.
Gitlab CI/CD - Architecture
Reader: GitLab Architecture

Reader Mode

-- / --

Introduction