Engineer

  • Deploying Longhorn as Distributed Storage on Kubernetes

    Introduction Longhorn is a cloud-native distributed block storage solution for Kubernetes. It enables persistent storage for Kubernetes applications with built-in replication, backup, and recovery features. Unlike traditional storage solutions, Longhorn provides lightweight, highly-available storage with automatic failover and data redundancy. It is especially useful for stateless workloads requiring reliable persistent storage in Kubernetes. In this…

    Read more

  • How to Deploy a Kubernetes Cluster on Debian 12 with containerd and Calico

    How to Deploy a Kubernetes Cluster on Debian 12 with containerd and Calico Introduction Kubernetes is a powerful container orchestration platform that allows you to automate deployment, scaling, and management of containerized applications. In this guide, we will set up a Kubernetes cluster with one master node and one worker node on Debian 12, using…

    Read more