Spent a lot of time deploying a #kubernetes cluster on Hetzner cloud (based on https://github.com/hcloud-k8s/terraform-hcloud-kubernetes) over the last week or two. I’m finally getting comfortable with it and actually really love it. But boy, are there a lot of moving parts working toward a full stack. But I’m at good place now: a 3 node cluster, LB in front with a bunch of volumes attached. Running cost: about $20/month altogether. Try that in YOUR cloud.
What’s there: databases (postgres with daily backups, redis, clickhouse), observability (Prometheus, Loki attached to Grafana) certificate manager and nginx-ingress to front it all. The cluster is currently running 3 @silverbulletmd sites (silverbullet.md, v1.silverbullet.md, play.silverbullet.md) that I can trivially scale and @plausible
for analytics for all these sites (and a few others).
Cool stuff!