Containers
-
Visualize Your Docker-Compose with Mermaid + docker-compose-viz This Weekend
I have been big into documenting my home lab and finding tools that are great for creating documentation for my DevOps processes in the lab and in production. This has led me down a rabbit hole of trying all sorts…
-
How to Install Talos Omni On-Prem for Effortless Kubernetes Management
Kubernetes is one of the most complex architectures and solutions in modern infrastructure. When it comes to K8s, we need to manage control planes, worker nodes, certificates, upgrades, and lifecycle management. This is where Talos Linux and Omni come in.…
-
Portainer 2.33 LTS Released with Alerting, New Look, Helm Overhaul and More!
Portainer has long been on the lists of best Docker tools that you can use in the home lab and in production environments. REcently, they have announced the new Portainer 2.33 LTS version has been released. It is folding in…
-
Docker Compose Tricks I Wish I Knew Sooner
Most likely when you start playing around with and using Docker containers in your home lab and production environments, you will eventually start becoming familiar with Docker Compose. Docker compose is generally the go-to tool that many use when working…
-
10 Common Docker Container Mistakes and How to Avoid Them
Running Docker containers is an absolute game changer for your home lab and production environments where they make sense. If you are wanting an easy way to spin up new environments and host apps and services, running containers has so…
-
Docker Networking Tutorial: Bridge vs. Macvlan vs. Overlay for Home Labs
Everyone starts out using the default bridge network in a Docker container environment. And, if you are running standalone Docker hosts there is likely nothing wrong with using this network type because it just works. However, like any tool, knowing…
-
Docker Security Tips for Container Hosts & Ansible Playbook
Running containers in your lab or production environment is one of the best things you can do, not only for learning, but running workloads efficiently. Over the last couple of years, I have developed a security checklist that I apply…
-
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 different projects and environments, this is especially true. I have…
-
Freelens is an Open Source and Free Kubernetes IDE for 2025!
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. I have written about and have been showing solutions like…
-
Docker Rollout: Zero-Downtime Deployments for Docker Compose Made Simple
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 all experienced going down for a few seconds or a…