GitHub Actions is a powerful CI/CD tool that lets developers build, test, and deploy software through customizable workflows. It provides a managed infrastructure for executing tasks, but sometimes it’s necessary to use a self-hosted infrastructure.
In this blog, we will detail how to set up and leverage self-hosted runners with GitHub Actions, aiming to optimize workflow and improve your development process.
GitHub Actions can use two types of runners: hosted and self-hosted.
- Hosted runners are provided by GitHub and run on virtual machines in the cloud.
- Self-hosted runners are machines that you set up and manage yourself. They run on your infrastructure, and you can customize them to meet your needs.
Continue reading “GitHub: Self-Hosted Runner on Kubernetes – How to Setup”

