Kubernetes NFS Client Provisioner on ARM
In a previous post I demonstrated how to use an NFS Server for persisting volumes using Kubernetes persistent volumes. In that example, we need to manage »
In a previous post I demonstrated how to use an NFS Server for persisting volumes using Kubernetes persistent volumes. In that example, we need to manage »
In this tutorial we will create a samba server on the raspberry pi using docker. Samba is a file sharing service that allows windows clients to »
I use all my raspberry pi's as servers and in this quick post, I will demonstrate how to mount your usb drive as a disk Identify »
In this post I will show you how to install a NFS Volume Plugin for Docker Swarm to persist your data on NFS Pre-Requisites If you »
Docker Containers are stateless, if you want a persistent service like MySQL I always recommend having your database services outside the swarm, but if you need »
Setup a NFS Server/Client on RaspberryPi 3 Setup the Server Side - Disks and Directories Prepare the directories: $ sudo mkdir -p /opt/nfs $ sudo chown »