-
Containers
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…
-
Containers
Secure Nginx Proxy Manager Admin Interface with SSL
I really like Nginx Proxy Manager to secure my Docker containers running onย Docker hostsย with SSL certificates. I find it to be extremely intuitive and it is absolutely one of those โmust haveโ tools in the home lab environment that you…
-
home lab
Minisforum MS-A2 vs MS-01: Best Home Lab Server in 2025?
I have made no bones about the fact that I think the Minisforum MS-01 was the best home lab mini PC in 2024. I have (2) of them in a two-node VMware vSphere cluster, maybe Proxmox this year. However, when…
-
Containers
Best Containers for DevOps in 2025
I use a LOT of Docker containers in the home lab and in myย DevOps journeyย to continually work with various code projects, automation, and just running applications in containers. There are myriads of DevOps containers to be aware of that provide…
-
Proxmox
Clone Proxmox LXC Containers with Terraform Automation
I love automation, especially when testing out new things in the home lab. Recently, I have been running performance and density tests on mini PCs in the home lab. These have produced some incredible results. However, in working with my…
-
Containers
Hashicorp Vault Docker Install Steps: Kubernetes Not Required!
If you are doing much DevOps and working with terraform code, Ansible, or other IaC, having a secure place to store secrets so your code doesnโt have those secrets hard coded is a great way to make sure secrets and…
-
VMware
NVMe Memory Tiering Configuration in VMware: 4x Your RAM!
There have been a lot of new features added recently in the VMware vSphere world, and especially with VMware vSphere 8.0 Update 3. Just when you think that you might find a vSphere alternative or think there is another solution…
-
Kubernetes
Minikube vs K3s: Pros and Cons for DevOps and Developers
Kubernetes is a must-have skill for developers and DevOps professionals in 2025 and beyond. It has become the go-to solution for running containers with high availability. Many developers and DevOps teams start by setting up a local Kubernetes cluster for…
-
Proxmox
Proxmox Network Configuration for Beginners including VLANs
Letโs look at Proxmox network configuration for beginners and see how you can get jump started with using it for virtualization. Table of contentsOverview of Proxmox network configurationWhat is the Linux Bridge?The Proxmox Linux BridgeChanging your IP via the command…
-
Kubernetes
Kubernetes Home Lab: Ultimate Guide for 2025!
Kubernetes can seem intimidating to get started with, but like any technology, the more you work with it and learn how it operates, the more confident youโll feel using it in production. One of the best ways to get comfortable…