Run self-hosted CI/CD agents on Azure Kubernetes Service – Part 3 – GitHub Actions



Run self-hosted CI/CD agents on Azure Kubernetes Service – Part 3 – GitHub Actions

Run self-hosted CI/CD agents on Azure Kubernetes Service - Part 3 - GitHub Actions

In Part 3 of this series, discover how to run self-hosted CI/CD agents on Azure Kubernetes Service using GitHub Actions. Learn how to set up and configure GitHub Actions for building and deploying your applications on AKS, and take advantage of the power of GitHub Actions for CI/CD automation.

LINKS & RESOURCES
===============================
Blog: https://www.adamkielar.pl/posts/run-self-hosted-ci-cd-agents-on-azure-kubernetes-service-part-3-github-actions/

GitHub Repo: https://github.com/adamkielar/github-runner

Actions runner controller: https://github.com/actions/actions-runner-controller

Part 1: https://youtu.be/RVeEQTr0Cqo
Part 2: https://youtu.be/RVeEQTr0Cqo
Part 4: https://youtu.be/2laCzIoDGEA

⏱️⏱️VIDEO CHAPTERS⏱️⏱️
0:00 GitHub-hosted vs Self-hosted runner
2:45 Overview
3:23 Create AKS and ACR
4:54 Create Managed Identity | Kubernetes objects
8:48 Install runner
16:20 Run pipeline
18:16 Install runner with Kubernetes controller
22:16 Run pipeline again