Automation

2 posts

Ephemeral CI Runners

Infrastructure Automation

Deploys now run as throwaway pods inside the cluster instead of on hosted runners reaching in from outside — one pod per job, scaled to zero when idle, so CI costs nothing between deploys.

Deployment

Infrastructure Automation

What happens on every push to main: open the cluster ACL, build the Hugo site, push the image, apply the manifest, roll out, and close the ACL again.