<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>My notes and stuff - Backups</title>
    <subtitle>This is just a space for me to share some notes and thoughts. I hope someone finds something useful here.</subtitle>
    <link rel="self" type="application/atom+xml" href="https://suchaboris.com/tags/backups/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://suchaboris.com/"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2025-11-16T00:00:00+00:00</updated>
    <id>https://suchaboris.com/tags/backups/atom.xml</id>
    <entry xml:lang="en">
        <title>Using NAS as a Data Layer for K8s</title>
        <published>2025-11-16T00:00:00+00:00</published>
        <updated>2025-11-16T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://suchaboris.com/blog/using-nas-as-a-data-layer-for-k8s/"/>
        <id>https://suchaboris.com/blog/using-nas-as-a-data-layer-for-k8s/</id>
        
        <content type="html" xml:base="https://suchaboris.com/blog/using-nas-as-a-data-layer-for-k8s/">&lt;p&gt;I have only had time this week for a tiny personal project. And that project was to use my &lt;strong&gt;NAS&lt;&#x2F;strong&gt; as a data persistence layer for at least some of the apps running in my &lt;strong&gt;K8s cluster&lt;&#x2F;strong&gt;. It was surprisingly easy.&lt;&#x2F;p&gt;
&lt;p&gt;The setup required tinkering with nodes and &lt;strong&gt;K8s&lt;&#x2F;strong&gt; manifests, but it all went very smoothly. So now I have my &lt;strong&gt;Minecraft&lt;&#x2F;strong&gt; server storing all the data on my NAS via &lt;strong&gt;NFS&lt;&#x2F;strong&gt;, so even if my lab&#x27;s hardware fails, the data will not be lost. And as I&#x27;m running backups on the NAS itself, I can protect the data even more.&lt;&#x2F;p&gt;
&lt;p&gt;There is a tiny latency tradeoff. I did notice a bit of a lag in Minecraft, as it has to read and write files a lot. But because all connections are wired and the lab and NAS are on the same switch, it has not been a problem so far. If it becomes worse, I can always revert back to local storage just for one app.&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
