Containers

  • Kubernetes nfs storage

    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…

  • Docker overlay2 cleanup

    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 efficiently. This post examines six effective methods for Docker Overlay2…

  • Lens kubernetes cluster management

    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.…

  • Docker development environment

    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…

  • Docker desktop unexpected wsl error

    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 from the command line in Linux. However, the unexpected WSL…

  • Top 5 Open Source Kubernetes Storage Solutions

    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 great options that are relatively easy to implement for data…

  • Kubernetes persistent volume with Microk8s Ceph and Rook

    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, Ceph, and Rook to create a robust storage solution for…

  • Microk8s vs k3s

    Microk8s vs k3s: Lightweight Kubernetes distribution showdown

    Especially if you are into running Kubernetes in the home lab, you may look for a lightweight Kubernetes distribution. Two distributions that stand out are Microk8s and k3s. Let’s take a look at Microk8s vs k3s and discover the main…

  • The Best Kubernetes Management Tools in 2023

    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,…

  • kubectl config get contexts

    Kubectl get context: List Kubernetes cluster connections

    kubectl, a command line tool, facilitates direct interaction with the Kubernetes API server. Its versatility spans various operations, from procuring cluster data with kubectl get context to manipulating resources using an assortment of kubectl commands. Table of contentsComprehending Fundamental Kubectl…