-
Containers
How to update Portainer
If you are looking for the ultimate Docker GUI management tool, there are several to choose from, both open-source and paid solutions. However, one stands out as a solution that is a great solution for managing your Docker hosts and…
-
Containers
Move Docker Container to another host
In working with Docker containers, you will inevitably have a use case where you need to move your docker container from one host to another or back up the container to bring it back onto a host after a rebuild…
-
Backup Software
NAKIVO Backup and Replication v10.8 Beta Released New Features
As we near the end of the year, data protection solution releases are heating up as companies get new releases out the door before the new year. NAKIVO has released NAKIVO Backup & Replication v10.8 Beta with many new features…
-
Backup Software
BDRSuite v5.5 Released New Features with vSphere 8.0 Backup
The data protection space is crowded across the board, with many great solutions available on the market to help protect critical data. However, one of the great solutions available, and one that I have been working with for the past…
-
Networking
Pialert Docker Setup – Detecting Rogue Devices connected to the network
If you are like me, you are constantly looking at new solutions for network security and better visibility to devices connected to your network, including unknown devices. I have been using arpwatch for a few years now, and it has…
-
Windows Subsystem for Linux
Windows Subsystem for Linux Microsoft Store GA and now default WSL
If you are a user of Windows Subsystem for Linux and have been using WSL for some time now, no doubt, like me, WSL provides a valuable environment in your production and home lab use. I regularly use WSL for…
-
Kubernetes
Kube-VIP configuration for K3s control plane HA
As you get further into your Kubernetes journey, learning about various configurations of your Kubernetes cluster, you will want to create a high-availability Kubernetes control plane configuration for your Kubernetes cluster. After all, you don’t want to rely on a…
-
Workstation
VMware Workstation 17 Pro New features and Download Link
VMware Workstation is arguably one of the premier desktop virtualization platforms today and provides an excellent platform for development, POCs, and even home labs. I wrote about the latest Workstation beta release with some exciting new features not long ago.…
-
Kubernetes
K3sup – automated K3s Kubernetes cluster install
When working with Kubernetes clusters in the home lab and spinning up learning environments, automation is key to creating dependable lab environments and even “production” environments for home using Kubernetes clusters. If you are looking for a tool to automate…
-
DevOps
Terraform remote exec provisioner to run shell commands
If you are delving into using Terraform in your production or home lab environment, it is a great way to automate your infrastructure, either in a private cloud or public cloud environment. The Terraform provisioner block allows running commands on…