<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Dozzle on Ty Van</title>
    <link>https://tyvan.dev/tags/dozzle/</link>
    <description>Recent content in Dozzle on Ty Van</description>
    <image>
      <title>Ty Van</title>
      <url>https://tyvan.dev/images/papermod-cover.png</url>
      <link>https://tyvan.dev/images/papermod-cover.png</link>
    </image>
    <generator>Hugo -- 0.148.2</generator>
    <language>en</language>
    <copyright>Ty Van</copyright>
    <lastBuildDate>Thu, 23 Jul 2026 10:00:00 +0700</lastBuildDate>
    <atom:link href="https://tyvan.dev/tags/dozzle/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Dozzle: Real-Time Log Viewer for Docker Containers</title>
      <link>https://tyvan.dev/posts/dozzle-k0s-traefik-cloudflare/</link>
      <pubDate>Thu, 23 Jul 2026 10:00:00 +0700</pubDate>
      <guid>https://tyvan.dev/posts/dozzle-k0s-traefik-cloudflare/</guid>
      <description>&lt;h2 id=&#34;why-i-wanted-dozzle&#34;&gt;Why I Wanted Dozzle&lt;/h2&gt;
&lt;p&gt;I maintain a small k0s Kubernetes cluster for my personal services. &lt;code&gt;kubectl logs&lt;/code&gt; works fine, but after a while it becomes tiring to keep jumping between namespaces, deployments, replicas, and pod names.&lt;/p&gt;
&lt;p&gt;I wanted a lightweight web UI where I could open one page, search for a workload, and read logs without turning every debugging session into a command-line treasure hunt.&lt;/p&gt;
&lt;p&gt;Dozzle looked like a good fit because it can run directly in Kubernetes mode. That means I did not need to mount the Docker socket or run a node-level log agent.&lt;/p&gt;
&lt;p&gt;The goal was simple:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;view pod logs from the cluster&lt;/li&gt;
&lt;li&gt;keep access read-only&lt;/li&gt;
&lt;li&gt;expose it through the Traefik ingress controller I already had&lt;/li&gt;
&lt;li&gt;route traffic through my existing Cloudflare Tunnel&lt;/li&gt;
&lt;li&gt;protect it with authentication&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
