How I Use Docker Labels and Compose Tricks to Organize 75+ Containers
When you start to have a large number of containers in your fleet, these can begin to become hard to manage. If you are juggling lots of services across many…
Virtualization, Cloud, DevOps, Reviews
When you start to have a large number of containers in your fleet, these can begin to become hard to manage. If you are juggling lots of services across many…
I have been playing around with various Kubernetes IDE solutions for years now and there are many different ones that offer great solutions for working with Kubernetes to be honest.…
Have you worked with Docker compose and ever wanted to have a proper blue/green deployment for making sure your services stay up and running when you update them? We have…
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,…
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…
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 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,…
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…
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…
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.…