-
home lab
15 Weekend-Ready Ansible Playbooks for Your Home Lab
Iโve spent countless weekends automating every corner of my home lab, and nothing feels better than kicking back on Monday morning knowing that routine tasks and projects in the home lab ran themselves over the weekend. In this post, Iโm…
-
Containers
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…
-
home lab
Run Your Home Lab with Infrastructure as Code Like a Boss
There has never been a better time to get into coding things, especially infrastructure as code. There are so many powerful AI tools available now so the barrier to entry for writing code has never been lower. I have always…
-
DevOps
Amazon Kiro AI IDE Released in Preview Download it Now!
I have been super excited and using AI-enhanced coding tools for the last few months now. So, I am on the lookout for new tools and solutions. In case you haven’t heard, has just released Kiro AI IDE (now in…
-
Automation
Ansible Semaphore UI: My New Go-To Infrastructure Automation Tool
A couple of years ago now, I wrote about Ansible Semaphore which brings an awesome UI to Ansible and it is a MUCH simpler tool to get up and running and use than something like Ansible AWX. However, since I…
-
Proxmox
High-Availability (HA) Proxmox Clusters: Doโs & Donโts
One of the most powerful features of running a virtualization cluster is being able to have high availability features that are built into the solution. High availability features allow you to run virtual machines in a way that makes them…
-
Proxmox
Proxmox Networking Best Practices for Home Labs and Downloadable Cheat Sheet!
One of the most important parts of any virtualization solution is the networking. It doesn’t matter how awesome your storage is or how many capabilities your hypervisor has if you can’t control the flow of the bits. Proxmox is built…
-
Containers
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…
-
Containers
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…
-
Networking
How I Use VLANs to Isolate Docker and Proxmox Services (+ Free Worksheet)
One of the core disciplines in networking that you will want to learn is segmentation. We can benefit from segmentation even in the home lab environment. You can treat your network at home much like you would a production environment.…