Comment by czhu12
Yeah, so the setup I have there is basically: for staging / non prod apps, I typically just boot a single Hetzner VPS, and then install a K8 compliant server, then I'm off to the races.
Production, I usually use digital ocean, so then I get a managed kubernetes, but also a managed postgres within the same data center for latency needs. Let's me sleep easier at night :)
Gotcha, I just think a big part of your audience will want to one-box it for personal hobbyist apps and projects. Do you have documentation for your staging approach?