Easy VPN setup using PiVPN on your Raspberry Pi for working remotely when you are on the road. PiVPN supports WireGuard and OpenVPN
RaspberryPi
A collection of 7 posts
3 Node Multi-master k3s Kubernetes Cluster with MySQL
Setup a 3 Node Multi Master Kubernetes Cluster using k3s and MySQL on Raspberry Pi Nodes
Kubernetes Homelab Guide with Raspberry Pi's
In the next couple of posts, I will demonstrate how I run a 3 Node Rasbperry Pi Cluster using k3s distribution of kubernetes. This post will serve as the index and will cover the following: 3 node multi master kubernetes…
Provision k3s on the fly with k3sup
In this tutorial I will show you one awesome utility, called k3sup that allows you to provision k3s on any local or remote virtual machine, whether the architecture is x86_64, arm, arm64 or amd64. The k3sup tool is written…
Develop Build and Deploy a Golang App to K3S
From my previous post, we flashed a RaspberryPi 4 with RaspbianOS and Installed K3S Distribution of Kubernetes. In this post we will develop, build and deploy a Basic Golang Web Application and Deploy it to K3S and access our application…
Running K3S on the RaspberryPi 4
RaspberryPi 4Finally, I got my hands on a RaspberryPi 4 (4GB Edition) and I thought I'd write up a post on how to flash your Raspberry Pi with Raspbian OS and installing Rancher's Lightweight Kubernetes Distribution, K3S This post is…
Setup a NFS Server and Client on the Raspberry Pi
Setup a NFS Server/Client on the RaspberryPi 3 Setup the Server Side - Disks and Directories Prepare the directories: $ sudo mkdir -p /opt/nfs $ sudo chown pi:pi /opt/nfs $ sudo chmod 755 /opt/nfs For demonstration, I will…