© 2026 Hashnode
Introduction Self-hosted runners provide greater flexibility and customization for your GitHub Actions workflows. This guide will walk you through the process of setting up and managing your own runners on AWS EC2 using Ubuntu. Why Use Self-hosted Ru...

Hey friends 👋, If you're diving into CI/CD with GitHub Actions, one of the first big choices you'll face is: Should you use GitHub-hosted runners or set up your own self-hosted runners? I recently explored this while improving our DevOps pipelines...

As a DevOps engineer, you're likely familiar with the importance of automation in streamlining your workflow. GitHub Actions provides a powerful toolset for automating your software delivery pipeline. However, when it comes to executing these actions...

In this article, i will be documenting the step by step processes which i used to set up a Kubernetes Self-Hosted Github Runners using a forked HNG boilerplate repo. Prerequisites GKE Cluster Helm Github Account Why Self-Hosted Runner? Self-host...
