<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Talos on Maxime Moreillon</title>
    <link>https://articles.maximemoreillon.com/tags/talos/</link>
    <description>Recent content in Talos on Maxime Moreillon</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 05 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://articles.maximemoreillon.com/tags/talos/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Fixing Frigate&#39;s RTSP Issues on Kubernetes</title>
      <link>https://articles.maximemoreillon.com/articles/frigate-talos/</link>
      <pubDate>Fri, 05 Jun 2026 00:00:00 +0000</pubDate>
      
      <guid>https://articles.maximemoreillon.com/articles/frigate-talos/</guid>
      
      <description>&lt;h1 id=&#34;fixing-frigates-rtsp-issues-on-kubernetes&#34;&gt;Fixing Frigate&amp;rsquo;s RTSP Issues on Kubernetes&lt;/h1&gt;
&lt;p&gt;If you&amp;rsquo;ve tried deploying &lt;a href=&#34;https://frigate.video/&#34;&gt;Frigate NVR&lt;/a&gt; on Kubernetes — in this case on Talos Linux — you may have run into a situation where cameras fail to connect and Frigate&amp;rsquo;s API stops working correctly. The root cause comes down to how OpenCV handles RTSP streams by default, and the fix is a single environment variable.&lt;/p&gt;
&lt;h2 id=&#34;whats-going-on&#34;&gt;What&amp;rsquo;s Going On&lt;/h2&gt;
&lt;p&gt;Frigate&amp;rsquo;s FastAPI layer uses OpenCV under the hood for certain frame-level operations. By default, OpenCV probes RTSP streams over &lt;strong&gt;UDP&lt;/strong&gt;. Under most environments this works fine, but in Kubernetes — especially with CNI plugins like Flannel — UDP-based RTSP handling tends to break silently, causing the API to malfunction.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Proxmox homelab with Talos and TrueNAS</title>
      <link>https://articles.maximemoreillon.com/articles/homelab-proxmox-talos-truenas/</link>
      <pubDate>Sun, 15 Jun 2025 00:00:00 +0000</pubDate>
      
      <guid>https://articles.maximemoreillon.com/articles/homelab-proxmox-talos-truenas/</guid>
      
      <description>&lt;p&gt;I recently rebuilt my homelab around &lt;a href=&#34;https://www.proxmox.com/&#34;&gt;Proxmox&lt;/a&gt; as the hypervisor and &lt;a href=&#34;https://www.talos.dev/&#34;&gt;Talos Linux&lt;/a&gt; for running applications. This is a short overview of how it is put together.&lt;/p&gt;
&lt;h2 id=&#34;virtualisation&#34;&gt;Virtualisation&lt;/h2&gt;
&lt;p&gt;A single Proxmox host runs the whole setup as virtual machines:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;TrueNAS&lt;/strong&gt; runs as a VM and handles storage. Disks are passed through to it so that ZFS manages them directly, and it exposes that storage back to the other VMs over NFS and iSCSI.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Talos Linux&lt;/strong&gt; provides a minimal, immutable, API-driven Kubernetes OS. All of my self-hosted applications run here rather than directly on the host.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Keeping everything as VMs on Proxmox makes it easy to snapshot, back up and rebuild individual pieces without touching the rest.&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
