Software RAID on Raspberry Pi
Sunday, January 2, 2022
A year or so I got a piece of hardware. This piece of hardware, the Quad SATA kit for Raspberry Pi , allows a person to attach 4 SATA laptop drives to a Raspberry Pi. These drives are connected to the Raspberry Pi via the two USB 3 ports. This opens up a lot of possibilities of things to do with the Raspberry Pi. At the time I filmed a video on how to turn a Raspberry Pi into network attached storage (NAS) part 1 part 2 and part 3 .…
Kubernetes Cluster on Raspberry Pi 3
Friday, October 9, 2020
There are a lot of guides on the internet describing how to build a Kubernetes Cluster on a Raspberry Pi. I’ve followed quite a few of them to build my cluster. A lot of those guides are out of date now since I want to continue using my Raspberry Pi 3 hardware. Last weekend I embarked on a journey to rebuild my cluster. I’m going to try and report the journey to you now.…
Installing .NET Core 3.0 on a Raspberry Pi
Friday, February 8, 2019
I went into this exercise thinking this would be a tough challenge. However, it turns out to be a very simple process. It’s just prepare, download, unpack, configure, and roll with it. Prepare First make sure that your Raspberry Pi is running the latest software updates with this command: sudo apt-get update && sudo apt-get upgrade Once that is done, we need to install libunwind8 sudo apt-get install libunwind8 That’s it for prepare.…
.NET Core 3.0.NET 5Raspberry Pi.net core 3.0.net 5raspberry pi