<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Volume on marktaguiad.dev</title>
    <link>https://marktaguiad.dev/tags/volume/</link>
    <description>Recent content in Volume on marktaguiad.dev</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <managingEditor>marktaguiad@marktaguiad.dev (Mark Taguiad)</managingEditor>
    <webMaster>marktaguiad@marktaguiad.dev (Mark Taguiad)</webMaster>
    <copyright>marktaguiad.dev</copyright>
    <lastBuildDate>Fri, 06 Mar 2026 03:32:32 +0800</lastBuildDate>
    <atom:link href="https://marktaguiad.dev/tags/volume/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Kubernetes Volume</title>
      <link>https://marktaguiad.dev/post/k8s-notes-part4/</link>
      <pubDate>Fri, 06 Mar 2026 03:32:32 +0800</pubDate><author>marktaguiad@marktaguiad.dev (Mark Taguiad)</author>
      <guid>https://marktaguiad.dev/post/k8s-notes-part4/</guid>
      <description>&lt;p&gt;Containers in Kubernetes are ephemeral by default. This means that when a container stops or a Pod is deleted, any data stored inside the container filesystem is lost.&lt;/p&gt;&#xA;&lt;p&gt;To solve this problem, Kubernetes provides Volumes, which allow data to persist and be shared between containers in a Pod.&lt;/p&gt;&#xA;&lt;p&gt;Volumes are mounted into containers and provide persistent or shared storage depending on the type used.&lt;/p&gt;&#xA;&lt;h1 id=&#34;table-of-contents&#34;&gt;Table of Contents&lt;/h1&gt;&#xA;&lt;nav id=&#34;TableOfContents&#34;&gt;&#xA;  &lt;ol&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#how-volume-works&#34;&gt;How Volume Works&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#volume-types&#34;&gt;Volume Types&lt;/a&gt;&#xA;      &lt;ol&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#emptydir&#34;&gt;emptyDir&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#hostpath&#34;&gt;hostPath&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#persistentvolume-pv&#34;&gt;PersistentVolume (PV)&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#persistentvolumeclaim-pvc&#34;&gt;PersistentVolumeClaim (PVC)&lt;/a&gt;&lt;/li&gt;&#xA;      &lt;/ol&gt;&#xA;    &lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#persistent-storage-architecture&#34;&gt;Persistent Storage Architecture&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#container-storage-interface&#34;&gt;Container Storage Interface&lt;/a&gt;&lt;/li&gt;&#xA;  &lt;/ol&gt;&#xA;&lt;/nav&gt;&#xA;&lt;h3 id=&#34;how-volume-works&#34;&gt;How Volume Works&lt;/h3&gt;&#xA;&lt;p&gt;Remember the first example we make, this time we will mount with different type of Kubernetes Volumes.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
