Part 3: Adding Longhorn for Persistent Storage on Our Talos-Powered Kubernetes Cluster

Talos Linux and Longhorn Logos

In this post, we’ll walk through adding Longhorn to our Kubernetes cluster for persistent storage, specifically focusing on how to deploy it with Talos, an immutable operating system. Talos brings some extra steps compared to a typical Longhorn installation, but we’ll cover everything needed to get Longhorn up and running smoothly. Generating a New Talos … Read more

Part 2: Streamlining Deployment in Kubernetes with ArgoCD

In this part of our Kubernetes setup series, we explore the integration of ArgoCD to manage our Kubernetes cluster through GitOps. This approach not only automates deployment processes but also significantly improves our ability to manage configurations and maintain consistency across environments. What is GitOps? GitOps is a paradigm or set of practices that empowers … Read more

How to setup portspoof

Hello everyone. I’ve been having some fun setting up different services to secure and monitor the server this website has been running on. I came across portspoof a little while ago and recently decide to try and set it up on this server. So to demonstrate what portspoof is… why don’t you try to nmap … Read more