<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>PVC on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/pvc/</link><description>Recent content in PVC on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Fri, 08 Mar 2024 00:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/pvc/atom.xml" rel="self" type="application/rss+xml"/><item><title>Creating a PVC Backed by JuiceFS (Enterprise Edition) in Kubernetes</title><link>https://www.chenshaowen.com/en/blog/how-to-quickly-create-juicefs-enterprise-pvc-in-kubernetes.html</link><pubDate>Fri, 08 Mar 2024 00:00:00 +0000</pubDate><atom:modified>Fri, 08 Mar 2024 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/how-to-quickly-create-juicefs-enterprise-pvc-in-kubernetes.html</guid><description>This post mainly records the script for creating an enterprise-edition JuiceFS PVC, to make configuration quick.
1. Set Environment Variables 1.1 Basic Configuration 1 2 3 export NAMESPACE= export PVC_NAME= export JUICEFS_VOLUME= 1.2 JuiceFS Credentials 1 2 3 export TOKEN= export ACCESS_KEY= export SECRET_KEY= 1.3 JuiceFS Service Configuration 1 2 export BASE_URL=http://x.</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>Storage</category><category>JuiceFS</category><category>Kubernetes</category><category>Fluid</category><category>Operations</category><category>PVC</category><category>Enterprise Edition</category></item><item><title>Creating a PVC Backed by JuiceFS (Community Edition) in Kubernetes</title><link>https://www.chenshaowen.com/en/blog/how-to-quickly-create-juicefs-pvc-in-kubernetes.html</link><pubDate>Thu, 07 Mar 2024 00:00:00 +0000</pubDate><atom:modified>Thu, 07 Mar 2024 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/how-to-quickly-create-juicefs-pvc-in-kubernetes.html</guid><description>This post mainly records the script for creating a community-edition JuiceFS PVC, to make configuration quick. For component deployment, see Managing Data in Kubernetes with Fluid and JuiceFS.
1. Set Environment Variables Bucket configuration 1 2 3 4 5 6 export ACCESS_KEY= export SECRET_KEY= export BUCKET= export ENDPOINT=ks3-cn-beijing-internal.ksyun.com export BUCKET_ENPOINT=$BUCKET.</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>Storage</category><category>JuiceFS</category><category>Kubernetes</category><category>Fluid</category><category>Operations</category><category>PVC</category></item><item><title>Using emptyDir, hostPath, and localVolume in Kubernetes</title><link>https://www.chenshaowen.com/en/blog/using-emptydir-hostpath-localvolume-in-kubernetes.html</link><pubDate>Sat, 24 Aug 2019 00:00:00 +0000</pubDate><atom:modified>Sat, 24 Aug 2019 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/using-emptydir-hostpath-localvolume-in-kubernetes.html</guid><description>Earlier, in Kubernetes Volumes, we got some understanding of Volumes. This post focuses on practice, learning how to use the three local storage options: emptydir, hostpath, and localvolume.
1. Basic Properties of a PV 1.1 PV Lifecycle PV states:
Available: available, not yet bound by any PVC Bound: already bound to a PVC Released: the PVC was deleted, but the resource has not yet been reclaimed Failed: automatic reclamation failed 1.</description><dc:creator>微信公众号</dc:creator><category>Kubernetes</category><category>Volume</category><category>Storage</category><category>Operations</category><category>PVC</category><category>Learning</category></item></channel></rss>