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 the Dot Net Debugger on a Raspberry Pi


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…

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…

Assuming you install the Raspberry Pi version of Debian on your Raspberry Pi, it installs a configuration tool called raspi-config. You run it by issuing the following command: - sudo…

Many Helm charts and manifest files within Kubernetes have Base64 encoded strings to obfuscate secrets. The easiest way to encode and decode values is to use a couple of commands…

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…

The ISOs have it. Whenever you create VMs in Proxmox, you must assign an ISO with an appropriate installer application. Proxmox lets you set shares to existing folders and upload…

Rancher is a complete software stack for teams adopting containers. It addresses the operational and security challenges of managing multiple Kubernetes clusters, while providing DevOps teams with integrated tools for…

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…

Over the last few years, my family and I have noticed that our electricity supply isn't as reliable as it used to be. We have seen the clocks on several…

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…