How to: GitHub Actions Self-Hosted Runner on Kubernetes
What is a runner? There's a self-hosted one? Why would i want it on a kubernetes cluster? Github runners are machines that run the steps defined in your github action workflow - they're machines that basically executes the commands on your behalf. By...
May 12, 20213 min read156