Containers
-
KubeSolo New Kubernetes Edge Distro by Portainer
When I saw Neil Cresswell’s (Portainer’s CEO) post on LinkedIn about a new Kubernetes distribution that was about to be released by Portainer, this got my attention. The new distro, called KubeSolo, was purpose-built to be for Kubernetes environments that…
-
Dozzle Real-Time Docker Log Monitoring Made Easy
One of the struggles that I know I had when starting to implement containers in the home lab a few years back was visibility on what was actually going on in the containers themselves. As you learn how to look…
-
Top Docker Performance Tweaks on Low-Power Hardware
There are two things that I highly recommend for modern home lab environments, Docker and low-power mini PCs. Docker provides a much more efficient way to run apps compared to running full virtual machines. Also, low-power mini PCs are getting…
-
Why I Started Documenting My Docker Containers and What I Include
Running Docker containers and learning them is one of the best things you can do for your IT learning and career in 2025. Containerized technologies are everywhere. They are simple, effective, efficient, and they make self-hosting extremely powerful. However, they…
-
Best Kubernetes Distributions for Home Lab Enthusiasts in 2025
Kubernetes is THE tool to learn for running containers. You can use it in the home lab, and certainly in production and cloud environments. If you are looking at getting into Kubernetes in the home lab environment, which is the…
-
Can You Run a Kubernetes Cluster on a Mini PC?
By in large, most are running home labs on mini PCs these days. They are just so powerful, cheap, and easy to come by from many different manufacturers, they have become the goto platform. However, can you run a Kubernetes…
-
Docker NFS Mount on Synology and Performance Tweaks
One of the viable solutions for shared storage for running your Docker containers is NFS. Many are running a NAS in their home lab environment that is used for storage. With that said, one of the use cases for a…
-
The Best Kubernetes Storage CSI Providers for Home Lab Enthusiasts
I have been experimenting and trying various Kubernetes Storage CSI providers over the past few months and I wanted to compile and give you a breakdown of my thoughts on each of them, their strengths and weaknesses and what each…
-
Install Microk8s: Ultimate Beginners Configuration Guide
Microk8s is one of the coolest small Kubernetes distros you can play around with and it is not just for playing around, it is actually built for running production workloads in the cloud. But, it can also serve as the…
-
Build Your Own Arpwatch Docker Container to Watch Your Network
If you are looking for a solution to monitor Ethernet address changes in your network, arp monitoring is a great way to do this. ARP or address resolution protocol is the protocol that sends out an arp request. there is…