Unless you are developing a simple application with Dot Net on a Pi, you will come to a point where you want to debug that application. This is particularly true…
Install Dot Net Core on a Raspberry Pi
Once you have the Raspberry Pi up and running with a microSD installed as described here - Setup a Raspberry Pi - you can install DotNet Core by issuing the…
Static IP address on Ubuntu
Whenever I install server operating systems, I set them up with a static IP Address. My DNS servers are virtualised, so I can access every host server and VM using…
Setup a Raspberry Pi
I didn't really appreciate what a Raspberry Pi was until sometime last year - it had passed me by really. However, it is now my go-to device whenever I want…
ArgoCD
What is ArgoCD? Argo CD follows the GitOps pattern of using Git repositories as the source of truth for defining the desired application state. Kubernetes manifests can be specified in…
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…
Add an NFS provisioner to Kubernetes
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…
NFS and Proxmox containers don’t mix
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.…
Moving from Hyper-V Server to Proxmox
For about 15 years, I have been running Hyper-V Server of one version or another and upgraded every couple of years as new versions came out. I have always been…
Proxmox failed container backups
As you probably know by now, I am very keen on backups. I even back up my Backups and then back up those too...maybe I have a problem. Anyway, my…