-
home lab
What is a HomeLab and Why Build One?
A home lab, or simply “lab,” is a personal space where technology enthusiasts, professionals, and hobbyists can experiment with various hardware and software. From virtual machines to your own server, a home lab offers endless possibilities. But what exactly is…
-
DevOps
Ansible vs Terraform: Best DevOps tool?
Ansible and Terraform are excellent DevOps tools that can provide many automation benefits in enterprise and cloud environments. However, I would say that each has its strengths in configuring and provisioning infrastructure. Look at Ansible vs Terraform and see which…
-
Kubernetes
Best Kubernetes Management Tools in 2023
Kubernetes is everywhere these days. It is used in the enterprise and even in many home labs. It’s a skill that’s sought after, especially with today’s push for app modernization. Many tools help you manage things in Kubernetes, like clusters,…
-
Networking
EnGenius Access Point Review: Cloud-managed Wireless
EnGenius is a brand gaining traction and visibility among many across the landscape of wireless solutions available on the market today. The wireless space is certainly a crowded one with many solutions, vendors, and technologies to choose from, both for…
-
home lab
Top Home Server Rack Tips in 2023
A home server rack is essential to your home lab as it grows and you add new equipment. Let’s look at the top home server rack tips in 2023 and see different options and things to choose from. Table of…
-
Containers
Kubectl get context: List Kubernetes cluster connections
kubectl, a command line tool that enables you to work directly with the Kubernetes API server. It is the tool that you will want to learn when working with Kubernetes. Let’s look at one of the important commands to understand…
-
home lab
Docker Swarm vs Kubernetes: Home Lab Comparison
For those wanting to get starting running containers in their home lab environments, many options are available, including Docker Desktop, Rancher Desktop, and Minikube, among others. Yet, for enthusiasts looking to venture into building out systems resembling production environments, Docker…
-
DevOps
Terraform Import Existing Resource: Ultimate Guide
One of the commands in the Terraform command set is the terraform import command. It allows the import of existing resources. There are some challenges with the legacy terraform import command. With with the release of Terraform 1.5, Hashicorp has…