CI/CD Runners

In this lab we’re going to deploy a new runner and configure our project to use that runner. Runners can be hosted on bare metal, inside of VMs, or on kubernetes. In this case we’re going to use a kubernetes operator to manage the deployment and configuration of our runner.

Key Terms

  • Runner - executes jobs in a CI/CD pipeline
  • Operator - a convenient way to deploy and manage resources on kubernetes