-
Virtualization
Best Hypervisor in 2025: It depends on your pain tolerance
Wow there have been so many changes with virtualization from 2024 into 2025, when looking back at the ground we have covered so far in 2024 and now moving into 2025. When it comes to hypervisors there are so many…
-
DevOps
GitLab CI CD Variables and How to Use Them
Working with GitLab CI CD pipelines is a great way to automate your DevOps processes. In building a CI CD pipeline you can use variables effectively in the CI CD pipeline to reference values you have stored in your GitLab…
-
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…