Hacker News new | ask | show | jobs
by blindlobstar 50 days ago
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?

1 comments

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.