Introducing: The GitHub Actions Runner Controller

/ 21 Aug, 2023

actions/actions-runner-controller

GitHub Actions can be run using one of two options: Self-Hosted Runners or GitHub-Hosted Runners.  Self-Hosted runners are usually hosted on dedicated VMs, but GitHub is developing a Kubernetes-based option, called the GitHub Actions Runner Controller.  In this post, I’ll explore the process of deploying, customizing, and using the Actions Runner Controller and give my recommendations on when to use it and not to use it. 

Read More