Hacker News new | ask | show | jobs
by Akuehne 43 days ago
Cheap mini pc on an isolated vlan. Running a cloudflared tunnel or reverse proxy to a vpc on digitalocean, maybe moving to Hetzner soon, or in addition to for failover/ha.

All containers. Some just docker/podman, some one k8s cluster. Mainly it's just for fun. Except the cloud and local backups for our phones/Gcloud, which my wife will get really mad if it doesn't work.

1 comments

clean setup! I have a raspberry pi but haven't configured it yet.

a few questions if you don't mind: 1. how do you manage deployments? Is it some sort of sh script or CI/CD pipeline? 2. why do you choose k8s for some services? just for learning?

Gitops. I use janky infrastructure as code to manage the services running on any stateful machines, and mainly just stuff I through together. I run k8s because everyone runs k8s now, and it's good to have a local environment to play with.