Containers

  • Nfs and docker

    Docker NFS Mount on Synology and Performance Tweaks

    One of the viable solutions for shared storage for running your Docker containers is NFS. Many are running a NAS in their home lab environment that is used for storage. With that said, one of the use cases for a…

  • The best kubernetes csi storage providers home lab

    The Best Kubernetes Storage CSI Providers for Home Lab Enthusiasts

    I have been experimenting and trying various Kubernetes Storage CSI providers over the past few months and I wanted to compile and give you a breakdown of my thoughts on each of them, their strengths and weaknesses and what each…

  • Ultimate microk8s

    Install Microk8s: Ultimate Beginners Configuration Guide

    Microk8s is one of the coolest small Kubernetes distros you can play around with and it is not just for playing around, it is actually built for running production workloads in the cloud. But, it can also serve as the…

  • Arpwatch docker container 1

    Build Your Own Arpwatch Docker Container to Watch Your Network

    If you are looking for a solution to monitor Ethernet address changes in your network, arp monitoring is a great way to do this. ARP or address resolution protocol is the protocol that sends out an arp request. there is…

  • Nginx proxy manager admin interface with ssl

    Secure Nginx Proxy Manager Admin Interface with SSL

    I really like Nginx Proxy Manager to secure my Docker containers running onย Docker hostsย with SSL certificates. I find it to be extremely intuitive and it is absolutely one of those โ€œmust haveโ€ tools in the home lab environment that you…

  • Best containers for devops starting in 2025

    Best Containers for DevOps in 2025

    I use a LOT of Docker containers in the home lab and in myย DevOps journeyย to continually work with various code projects, automation, and just running applications in containers. There are myriads of DevOps containers to be aware of that provide…

  • Vault docker install

    Hashicorp Vault Docker Install Steps: Kubernetes Not Required!

    If you are doing much DevOps and working with terraform code, Ansible, or other IaC, having a secure place to store secrets so your code doesnโ€™t have those secrets hard coded is a great way to make sure secrets and…

  • Minikube vs k3s

    Minikube vs K3s: Pros and Cons for DevOps and Developers

    Kubernetes is a must-have skill for developers and DevOps professionals in 2025 and beyond. It has become the go-to solution for running containers with high availability. Many developers and DevOps teams start by setting up a local Kubernetes cluster for…

  • Kubernetes home lab

    Kubernetes Home Lab: Ultimate Guide for 2025!

    Kubernetes can seem intimidating to get started with, but like any technology, the more you work with it and learn how it operates, the more confident youโ€™ll feel using it in production. One of the best ways to get comfortable…

  • K9s tool alternative solutions

    K9s Tool Alternative for Managing Kubernetes

    When managing Kubernetes, having the right tool for the job is key and there are many great tools out there. One tool that many use for managing Kubernetes from the command line is K9s. However, if you are looking for…