ARC CI/CD Infrastructure

Building a Dev Environment with Kubernetes Part 2: CI/CD Infrastructure Modernization with ARC

The complete journey of redesigning HyperAccel’s CI/CD infrastructure based on Actions Runner Controller (ARC), including Vault JWT/Kubernetes Auth dual integration, and achieving pipeline observability through a custom-built Go-based Prometheus Exporter.

February 12, 2026 · 15 min · 3076 words
Kubernetes Logo

Building an Internal Development Environment with Kubernetes Chapter 1: Why Kubernetes?

Building an Internal Development Environment with Kubernetes Chapter 1: Why Kubernetes? Hello! I’m Younghoon Jun, a DevOps Engineer on the ML team at HyperAccel. For those of you reading this, what kind of environment do you develop in? I imagine you’re working in various environments—local setups, SSH server access, cloud services, and more. HyperAccel develops on an environment built on top of a Kubernetes cluster. We spin up Pods based on devcontainers pre-configured with the packages needed for development, then connect to the container to do our work. To make things easier for our internal developers, we’ve created and provided a Devcontainer Portal. ...

February 9, 2026 · 12 min · 2494 words