-
Kubernetes
NFS Subdir External Provisioner: Connect Your NAS with Kubernetes
One of the cool things I have done recently in the lab is working with shared storage class configurations with Kubernetes persistent volumes. I recently set up an NFS share on my Synology NAS device and used the nfs-subdir-external-provisioner to…
-
Virtualization
Top 5 VMware Alternatives in 2023
The world of virtualization is definitely evolving. As businesses become more cloud-oriented and with the looming Broadcom merger, many are considering VMware alternatives for running their private cloud infrastructure. This post will consider the factors behind a shift in direction…
-
Self hosted
TrueNAS vs Synology: Best Network Attached Storage
I have been testing a lot lately with TrueNAS Scale as I decided to install it on bare-metal on an older Supermicro from which I had migrated my VMware vSphere environment. Since I already had a Synology DS1621xs+ NAS, I…
-
home lab
TrueNAS SCALE Network Configuration Tips for Home Server
When you set up a TrueNAS SCALE server, one of the first configuration items you will want to tackle is the network configuration. This helps make sure you achieve optimal performance and security. If you are struggling to configure your…
-
home lab
iVentoy: Setup Network Boot of ISO Files Made Easy
If you are like me, you used Rufus for years to “burn” ISO image files to a bootable USB drive. However, once I discovered Ventoy, I moved to using it for all my USB boot needs. It is a great…
-
Kubernetes
Lens Kubernetes: Simple Cluster Management Dashboard and Monitoring
Kubernetes is a well-known container orchestration platform. It allows admins and organizations to operate their containers and support modern applications in the enterprise. Kubernetes management is not for the “faint of heart.” It requires the right skill set and tools.…
-
home lab
TrueNAS SCALE Server Build for Home Lab
There are so many options for running a home server for storage and virtualization needs on a home network. I have run VMware ESXi and Proxmox servers for my virtualization needs for the past few years now. However, until recently,…
-
Containers
Docker Development Environment: Test your Containers with Docker Desktop
One of the benefits of a Docker container is it allows you to have quick and easy test/dev environments on your local machine that are easy to set up. Let’s see how we can set up a Docker development environment…