Remix.run Logo
czhu12 6 days ago

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 :)

indigodaddy 4 days ago | parent | next [-]

Is RKE2 and/or K3S (eg Rancher products) K8 compliant? (edit, looked it up and Google AI apparently says yes..)

indigodaddy 6 days ago | parent | prev [-]

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?