-
Containers
Docker Prune Automating Cleanup Across Multiple Container Hosts
If you run many Docker hosts or multiple hosts in a Swarm cluster, if you are updating and respinning your containers (and you should be), you will have space accumulated on your Docker hosts from things like old container images,…
-
home lab
Netdata Docker Monitoring for Home Lab
I have been playing around with a lot of Docker monitoring solutions to monitor my critical Docker containers. There are many great open source solutions you can use for Docker monitoring, including cAdvisor and Node Exporter which I have written…
-
Kubernetes
Configuring Kubernetes High Availability with Microk8s
If you are looking for an easy way to have a Kubernetes High Availability cluster for your API server and control plane, Microk8s makes this very easy with the deploy of three or more nodes. You can just make sure…
-
VMware
VMware vCenter Server VMSA-2024-0019 Critical Vulnerability Patch Released
Well, it seems like the vulnerabilities for vCenter Server and other vSphere components never end. There is a new security advisory that actually helps to continue to close off a vulnerability showcased at a Chinese hacking contest. While VMware released…
-
Software Defined Storage
Ceph Dashboard Configuration for Storage Health Metrics
If you are using Ceph storage either in Proxmox or using Ceph storage in vanilla Linux outside of Proxmox, you likely want to have a way to see the health of your Ceph storage environment. Setting up a Ceph dashboard…
-
Mini PC & Server
NUC 14 Pro Review: Best NUC for Home Lab?
Well, as home lab enthusiasts we are always on the quest for finding the perfect new hardware that fits our needs. The name “NUC” has been synonymous with mini PCs for years now, and it is generally the name that…
-
Backup Software
Proxmox Agentless Backups with NAKIVO Backup & Replication v11
NAKIVO is definitely a backup solution that I have been watching and working with in the home lab and in production now for a few years. They have definitely made significant strides in the functionality of the product and each…
-
Storage
CephFS for Docker Container Storage
Given that I have been trying Ceph recently for Docker container storage: see my post on that topic here, I wanted to see if I could effectively use CephFS for Docker container storage. If you have been following along in…
-
Software Defined Storage
Try Microceph for an Easy Ceph Install
One of the software-defined storage solutions gaining popularity in the enterprise and home lab community is Ceph. Ceph is a powerful storage solution and has many great benefits. However, it can be intimidating to configure and manage if you haven’t…
-
Containers
Docker Container Monitoring with cAdvisor Node Exporter Prometheus and Grafana
Recently, I have been taking a hard look at a container monitoring solution for my home lab and production environment. This is honestly an area where a lot of off-the-shelf traditional monitoring solutions just don’t do a good job. However,…