running github action self hosted runner on kubernetes cluster
Due to kubernetes ability to scale, it is a better platform to deploy github runners. To do that, we can use the following docs:
https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller
Comments