Skip to content

Instantly share code, notes, and snippets.

@gitstua
Last active September 4, 2023 10:18
Show Gist options
  • Save gitstua/4c64eddaa7295b3ce73b69c4032c017d to your computer and use it in GitHub Desktop.
Save gitstua/4c64eddaa7295b3ce73b69c4032c017d to your computer and use it in GitHub Desktop.

Some useful resources for those using GitHub Actions Runner Controller (ARC)

Containers

It's worth noting that since ARC runs on Kubernetes you should have strong skills in the Kubernetes plaform. GitHub aren't able to offer support for Kubernetes because there are so many permutations of this. If you are need to connect/deploy to your private network and resources such as those below are required then you should consider GitHub Hosted Runners to simplify your management

History of Actions Runner Controller

⚠️ NOTE - the V2 repository contains much of the old V1 code so you should focus on scalesets

Learning

  • A reliable ARC deployment which runs on Kubernetes requires strong experience in Kubernetes.
  • ✅ There is a Repo which I created github.com/gitstua-labs/ARCv2Demo which you can open in a Codespace and get an ARC controller and Scaleset up and running in minutes
  • Official GitHub Docs documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment