GitHub Actions

How to Set Up a Git Server with Gitea on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Register a GitHub Actions Self-Hosted Runner on Ubuntu 26.04

GitHub Actions self-hosted runners allow you to run CI/CD workflows on your own hardware, giving you full control over the environment, installed tools, network access, and compute resources. This guide registers and configures a GitHub Actions self-hosted runner on Ubuntu 26.04 LTS. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 LTS A GitHub […]

Read more
Implementing GitOps using Flux CD — step-by-step Kubernetes tutorial on Progressive Robot

Implementing GitOps using Flux CD

Learn to use Flux CD to manage your Kubernetes cluster applications with GitOps principles, HelmReleases, and Sealed Secrets encryption. Provision Flux CD with the flux CLI on your DOKS cluster and keep your applications state synchronized easily.

Read more
CHAT