I hadn't realised Kubernetes could mount an existing NFS share into a pod with just a little text inside a manifest. Of course, the share has to exist first, and…
Mount an existing NFS share into K8s Pods

I hadn't realised Kubernetes could mount an existing NFS share into a pod with just a little text inside a manifest. Of course, the share has to exist first, and…
For most of my Kubernetes deployments, I use Longhorn for persistent storage. This allows me to have a distributed and replicated storage medium in my pods. It also has backup…
I spent several hours last night trying to test out a few NFS shares from my TrueNAS box in Linux. I didn't really want them on that particular Linux box.…
Once you have somewhere for the backups to be stored, setting up backups in Proxmox is one of the easiest tasks. Image backups are baked into Proxmox, and as with…
Overview Installing and setting up Proxmox is easy enough, but there are several steps that I follow each time - if I remember - to make each instance look, feel…