Love this thing where Google Cloud decides that jepsen.io has been stable for a while and it really ought to do something about that, so it kills the VM and spins up a new one to replace it only *after* it's dead, resulting in ~10 minutes of spurious downtime.
It's been doing this for ~two years, COME ON Google, y'all are supposed to be experts at rollouts. Start new nodes *before* you kill existing ones!
@jepsen And it's only $5/mo for 10mil requests
@rior It's not static.
@jepsen Well, then you could put your backend in gke, which is pretty easy to use and setup as far as kubernetes goes, but idk if it's worth saving 10 minutes on downtime every now and then 🤷
@jepsen Hmm, gke is probably not the right choice for you then, because serving static files in kubernetes is a bit annoying. But I had my cloudflare workers site up in like an hour. (i was already using cloudflare as my dns, which makes it easier). Their wrangler tool + their quickstart makes it quite easy.