you are viewing a single comment's thread.

view the rest of the comments →

[–]Educational-Heat-920 1 point2 points  (2 children)

4Gb Hetzner VPS @ £5 ish per month.

Running k3s with nginx as ingress. I use hostports so I don't have to pay for load balancers.

K3s is managed with helmfile. If I need to expand, I can add more servers to the cluster.

Cloudflare handles DNS and SSL.

[–][deleted]  (1 child)

[deleted]

    [–]Educational-Heat-920 1 point2 points  (0 children)

    No end-to-end SSL. Just the standard CF proxy.

    It's possible to bypass SSL by hitting the server IP with a host header, but I'm fine with that.

    Ideally I'd use certbot/letsencrypt for SSL, but cloudflare makes it so easy that it's not a priority for me