☰
Courses
›
DevOps Zero to Hero
›
CI/CD Pipelines
›
Video 27
GITHUB ACTIONS SELF HOSTED RUNNERS ADD THIS PROJECT TO YOUR RESUME
📚
Theory
0/3
🧪
Lab Practice
💬
Interview Questions
0%
Contents
0 of 3 sections complete · 3 min total
01
1
GitHub Hosted Runners vs Self-Hosted Runners
In GitHub Actions, a runner is the environment (server or container) where your CI/CD jobs are executed. This is analogous to a 'worker…
Comparison
1 min read
02
1
Why Use Self-Hosted Runners?
While GitHub Hosted Runners are convenient, there are three primary scenarios where an organization would choose to use Self-Hosted Runners:
Concept
1 min read
03
Runner Communication and Network Configuration
Unlike Jenkins, where the master often connects to the agent via SSH, a GitHub self-hosted runner initiates an outbound HTTP long-polling…
Concept
1 min read