Ephemeral CI Runners
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.
2 posts
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.
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.