Skip to content
September 18, 2025 12:37 pm
Thursday, Sep 18, 2025

Virtualization Howto

Virtualization, Cloud, DevOps, Reviews

  • Forum
  • My kits
    • Home Lab NAS Kits
    • Intel Optane Swap Kit
    • VMware Compatible Mini PCs
  • Podcast
  • DevOps
  • Virtualization
    • Proxmox
    • VMware
    • Hyper-V
    • XCP-ng
  • Containers
    • Kubernetes
  • Mini PC & Server
  • Home Lab
    • My Home Lab
    • Nested ESXi Lab
    • Proxmox Build 2025

Category: Containers

Backup Docker Volumes with Duplicati and Docker Compose
Containers

Backup Docker Volumes with Duplicati and Docker Compose

Backing up your Docker persistent volumes is a crucial part of disaster recovery for container filesystem resources that exist on your Docker hosts. This guide looks into installing Duplicati with…

by Brandon LeeDecember 8, 2023August 20, 2024
Dockge Fancy Docker Stack Manager
Containers

Dockge Fancy Docker Stack Manager

I have been a big fan of the Uptime Kuma project by developer Louis Lam, and it is a great addition to the home lab. Louis also has a new…

by Brandon LeeNovember 24, 2023August 20, 2024
Rancher Desktop vs Docker Desktop: A Detailed Comparison
Containers

Rancher Desktop vs Docker Desktop: A Detailed Comparison

Desktop container tools are great for developers, DevOps professionals, and home labbers to get their feet wet with containers without having to spin up a virtual machine as a container…

by Brandon LeeNovember 15, 2023August 20, 2024
NFS Subdir External Provisioner: Connect Your NAS with Kubernetes
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…

by Brandon LeeNovember 13, 2023August 20, 2024
Docker Overlay2 Cleanup: 5 Ways to Reclaim Disk Space
Containers

Docker Overlay2 Cleanup: 5 Ways to Reclaim Disk Space

If you are running Docker containers on a Docker container host, you may have seen issues with disk space. Docker Overlay2 can become a disk space hog if not managed…

by Brandon LeeNovember 10, 2023August 20, 2024
Lens Kubernetes: Simple Cluster Management Dashboard and Monitoring
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…

by Brandon LeeNovember 3, 2023August 20, 2024
Docker Development Environment: Test your Containers with Docker Desktop
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…

by Brandon LeeNovember 1, 2023August 20, 2024
Docker Desktop Unexpected WSL Error Fix
Containers

Docker Desktop Unexpected WSL Error Fix

Docker Desktop is a great tool for developers, DevOps pros, and home lab enthusiasts and allows you to interact with the tool without having to install Docker and use it…

by Brandon LeeOctober 26, 2023November 15, 2023
Top 5 Open Source Kubernetes Storage Solutions
Kubernetes

Top 5 Open Source Kubernetes Storage Solutions

Historically, Kubernetes storage has been challenging to configure, and it required specialized knowledge to get up and running. However, the landscape of K8s data storage has greatly evolved with many…

by Brandon LeeAugust 22, 2023August 16, 2024
Kubernetes Persistent Volume Setup with Microk8s Rook and Ceph
Kubernetes

Kubernetes Persistent Volume Setup with Microk8s Rook and Ceph

Kubernetes persistent volume management is a cornerstone of modern container orchestration. Utilizing persistent storage can lead to more resilient and scalable applications. This guide delves into an experiment using Microk8s,…

by Brandon LeeAugust 16, 2023February 28, 2025

Posts navigation

Older posts
Newer posts
Recent Posts

Copyright © 2025 Virtualization Howto