<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Networking on khz</title><link>https://blog.khzaw.dev/tags/networking/</link><description>Recent content in Networking on khz</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 30 May 2026 00:00:00 +0800</lastBuildDate><atom:link href="https://blog.khzaw.dev/tags/networking/index.xml" rel="self" type="application/rss+xml"/><item><title>How I access the services I self-host in my cluster</title><link>https://blog.khzaw.dev/posts/how-i-access-the-things-i-self-host/</link><pubDate>Sat, 30 May 2026 00:00:00 +0800</pubDate><guid>https://blog.khzaw.dev/posts/how-i-access-the-things-i-self-host/</guid><description>&lt;p&gt;For the most part, all of the services that I self host in my homelab cluster are all deployed on their respective subdomains on my domain &lt;code&gt;khzaw.dev&lt;/code&gt;.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;jellyfin.khzaw.dev
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;grafana.khzaw.dev
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;vaultwarden.khzaw.dev
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;uptime.khzaw.dev
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Barring a few exceptions, all of these DNS would resolve to an internal private IP, &lt;code&gt;10.0.0.231&lt;/code&gt;. Naturally, they are not accessible outside of my home LAN.&lt;/p&gt;
&lt;h2 id="what-is-this-1000231-address"&gt;What is this &lt;code&gt;10.0.0.231&lt;/code&gt; address?&lt;/h2&gt;
&lt;p&gt;This &lt;code&gt;10.0.0.231&lt;/code&gt; address is the cluster&amp;rsquo;s main entry point. It belongs to the &lt;code&gt;ingress-nginx-controller&lt;/code&gt; service. The ingress controller is exposed as Kubernetes &lt;code&gt;Service&lt;/code&gt; of type &lt;code&gt;LoadBalancer&lt;/code&gt;.&lt;/p&gt;</description></item></channel></rss>