I recently put together a Raspberry Pi cluster to try out some toy distributed systems projects, and I wanted to start with a basic monitoring program to get my feet wet and work out the following: Getting each node running and set up with software Running Go on each machine Deploying code to each machine Nodes listening & responding to RPCs Sending/receiving RPCs between laptop and nodes As I’ve previously mentioned, this isn’t meant to be production grade, since I would just grab one of...