DEV Community

Discussion on: Using a Raspberry Pi as Your Development Server

Collapse
 
lucis profile image
Lucis

Really nice post, thanks for that OP!

I remember doing something similar in my Digital Ocean machine, the thing I did differently was the reload process. I settled up a web server that listened to a Github hoom from my app's repo and it would, when receiving a push, stop my Node.js process for the app, git pull, and spawn the process again.

I'm curious to use a RaspPi as a K8s provider, I think it would be a nice experience :)