Github Actions Runner Controller(ARC) 학습 정리Github Action Runner Controller(ARC)를 운영하기 위해 공식 문서를 읽으면서 학습한 내용을 정리해본다.https://github.com/actions/actions-runner-controllerhttps://docs.github.com/en/enterprise-server@3.17/actions/concepts/runners/actions-runner-controller1. ARC란 무엇인가?Action Runner Controller(ARC)는 GitHub Actions의 Self Hosted Runner를 Kubernetes 환경에서 관리하기 위한 Controller이다.기존 Self Hosted..