Posts tagged: cloud-run

Back to Blog Listing

Posts tagged: cloud-run

Optimizing TanStack Start for Cloud Run

TanStack Start runs on Nitro, and Nitro's default Node output can split server code across many files. On Google Cloud Run, that file fan-out can add seconds to cold starts. Bundling the server and pre-warming Node's compile cache reduced first render time on this site.

Ben HoustonJune 20, 2026

I Didn't Need Kubernetes

I moved my projects from Kubernetes to Google Cloud Run because I did not want to pay for cluster operations, idle capacity, and job-running infrastructure.

Ben HoustonNovember 5, 2024

I Didn't Need Kubernetes