<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Home Lab - Category - IT Guy Journals</title>
        <link>https://www.itguyjournals.com/categories/home-lab/</link>
        <description>Home Lab - Category - IT Guy Journals</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>luka.krapic@gmail.com (Luka Krapić)</managingEditor>
            <webMaster>luka.krapic@gmail.com (Luka Krapić)</webMaster><lastBuildDate>Tue, 05 Aug 2025 15:25:19 &#43;0100</lastBuildDate><atom:link href="https://www.itguyjournals.com/categories/home-lab/" rel="self" type="application/rss+xml" /><item>
    <title>Installing Cilium and Multus on Talos OS for Advanced Kubernetes Networking</title>
    <link>https://www.itguyjournals.com/installing-cilium-and-multus-on-talos-os-for-advanced-kubernetes-networking/</link>
    <pubDate>Tue, 05 Aug 2025 15:25:19 &#43;0100</pubDate>
    <author>Luka Krapić</author>
    <guid>https://www.itguyjournals.com/installing-cilium-and-multus-on-talos-os-for-advanced-kubernetes-networking/</guid>
    <description><![CDATA[<p>In a <a href="../deploying-ha-kubernetes-cluster-with-proxmox-terraform-and-talos-os/" rel="">previous article</a>, we explored deploying a highly available Kubernetes cluster using Talos OS, running on Proxmox and automated with Terraform. That setup provided a clean, immutable base for Kubernetes. However, its default networking stack—based on Flannel and kube-proxy—offers limited capabilities when it comes to modern network observability, performance tuning, or multi-interface pods.</p>
<p>In this guide, we’ll walk through installing <strong>Cilium</strong> as the primary CNI and <strong>Multus</strong> as a secondary CNI meta-plugin on Talos OS. This combination introduces support for advanced features such as <strong>eBPF-powered</strong> networking, per-pod visibility, and attaching pods to multiple physical or logical networks.</p>]]></description>
</item>
<item>
    <title>Deploying a Highly Available Kubernetes Cluster on Proxmox with Terraform and Talos OS</title>
    <link>https://www.itguyjournals.com/deploying-ha-kubernetes-cluster-with-proxmox-terraform-and-talos-os/</link>
    <pubDate>Sat, 02 Aug 2025 12:05:21 &#43;0100</pubDate>
    <author>Luka Krapić</author>
    <guid>https://www.itguyjournals.com/deploying-ha-kubernetes-cluster-with-proxmox-terraform-and-talos-os/</guid>
    <description><![CDATA[<p>A highly available Kubernetes cluster in a homelab setup creates opportunities to test distributed systems, automation, and failure recovery under real-world conditions. This guide walks through one approach to building such a cluster using <strong>Proxmox</strong> for virtualization, <strong>Terraform</strong> for provisioning, and <strong>Talos OS</strong> for running the Kubernetes nodes.</p>
<p>This setup provides declarative infrastructure and immutable operating systems, eliminating the need for traditional Linux administration—no SSH, no shell, and no drifting configuration. The result is a consistent, secure, and maintainable cluster architecture suitable for long-term experimentation or light production use.</p>]]></description>
</item>
<item>
    <title>Building a Home Virtualization Server With Proxmox</title>
    <link>https://www.itguyjournals.com/building-a-home-virtualization-server-with-proxmox/</link>
    <pubDate>Sat, 05 Jul 2025 19:21:00 &#43;0200</pubDate>
    <author>Luka Krapić</author>
    <guid>https://www.itguyjournals.com/building-a-home-virtualization-server-with-proxmox/</guid>
    <description><![CDATA[<p>Running a dedicated virtualization server at home is a practical way to centralize always-on workloads like self-hosted services, infrastructure tooling, or test environments. In this post, we’ll walk through one possible setup using Proxmox VE as the hypervisor, Ansible for configuration management, and Packer to create reusable virtual machine templates.</p>
<p>The configuration is tailored for a single-node homelab using a compact mini-PC, but the principles can be adapted to larger or different environments. All playbooks, templates, and configuration files used in this guide are available in <a href="https://github.com/LukaK/blog-resources/tree/main/building-virtualization-server-with-proxmox" target="_blank" rel="noopener noreffer ">this GitHub repository</a> for reference and reuse.</p>]]></description>
</item>
<item>
    <title>Setting Up a Synology NAS for Your Homelab: The Complete Guide</title>
    <link>https://www.itguyjournals.com/setting-up-a-synology-nas-for-your-homelab/</link>
    <pubDate>Sat, 26 Apr 2025 13:07:10 &#43;0100</pubDate>
    <author>Luka Krapić</author>
    <guid>https://www.itguyjournals.com/setting-up-a-synology-nas-for-your-homelab/</guid>
    <description><![CDATA[<p>When building or expanding a homelab, setting up a <strong>Synology NAS</strong> is one of several strong options for managing local storage, backups, and remote access. It&rsquo;s a flexible platform that offers many features typically found in enterprise storage solutions, but in a form factor and price point that&rsquo;s accessible to home users.</p>
<p>If you&rsquo;re considering moving more of your important files, services, or backups off of third-party cloud providers and into a system you control, a NAS can be a great fit. (You can read more about why I personally chose Synology <a href="../why-i-switched-to-synology-nas" rel="">here</a>.</p>]]></description>
</item>
<item>
    <title>Cloud Storage Is Getting Expensive — Here’s Why I Switched to Synology NAS</title>
    <link>https://www.itguyjournals.com/why-i-switched-to-synology-nas/</link>
    <pubDate>Sat, 19 Apr 2025 19:13:10 &#43;0100</pubDate>
    <author>Luka Krapić</author>
    <guid>https://www.itguyjournals.com/why-i-switched-to-synology-nas/</guid>
    <description><![CDATA[<p>These days, everything lives in the cloud — photos, videos, documents, backups. And for a while, it felt like cloud storage was the perfect solution: easy to access, always backed up, and simple to share with others.</p>
<p>But if you’re like me and deal with a <em>lot</em> of files — especially big ones like videos or high-res photos — you’ve probably hit the same wall I did: <strong>cloud storage gets really expensive, really fast</strong>.</p>]]></description>
</item>
<item>
    <title>Building SOHO Network With Ubiquiti UniFi: Step-By-Step Guide</title>
    <link>https://www.itguyjournals.com/building-soho-network-with-ubiquiti-unifi/</link>
    <pubDate>Sun, 22 Sep 2024 16:56:47 &#43;0100</pubDate>
    <author>Luka Krapić</author>
    <guid>https://www.itguyjournals.com/building-soho-network-with-ubiquiti-unifi/</guid>
    <description><![CDATA[<p>In this guide, we’ll take you through building a segmented, secure SOHO (Small Office/Home Office) network using Ubiquiti UniFi hardware. The network will be tailored to isolate different types of traffic, set up VLANs for specific use cases, and apply strong firewall rules to protect sensitive data and infrastructure.</p>
<p>While the principles outlined here are generally applicable to most networks, this implementation is specifically designed for UniFi OS version 4.06 and Network Application version 8.4.62.</p>]]></description>
</item>
<item>
    <title>Building An AI Playground With Ollama And Open WebUI: A Hands-On Introduction For Beginners</title>
    <link>https://www.itguyjournals.com/building-an-ai-playground-with-ollama-and-open-webui/</link>
    <pubDate>Sat, 11 May 2024 16:56:47 &#43;0100</pubDate>
    <author>Luka Krapić</author>
    <guid>https://www.itguyjournals.com/building-an-ai-playground-with-ollama-and-open-webui/</guid>
    <description><![CDATA[<p>Large Language Models (LLMs) have been making waves in the field of artificial intelligence (AI) for quite some time, and their popularity continues to soar. These advanced models have the remarkable ability to understand, generate, and respond to human language with unprecedented accuracy and depth. With this surge in interest comes the rise of open source solutions that enable individuals and organizations to host LLMs locally.</p>
<p>In this blog post we will explore how to turn your existing local computer/server into a simple ai server.</p>]]></description>
</item>
</channel>
</rss>
