<?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>Dragonfly on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/dragonfly/</link><description>Recent content in Dragonfly on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Mon, 28 Jul 2025 00:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/dragonfly/atom.xml" rel="self" type="application/rss+xml"/><item><title>Deploying Dragonfly on a Kubernetes Cluster</title><link>https://www.chenshaowen.com/en/blog/deploy-dragonfly-on-kubernetes.html</link><pubDate>Mon, 28 Jul 2025 00:00:00 +0000</pubDate><atom:modified>Mon, 28 Jul 2025 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/deploy-dragonfly-on-kubernetes.html</guid><description>1. Deploy NFS Storage 1.1 Configure the NFS Service on the Storage Node Install the NFS service on the storage node 1 apt-get install -y nfs-kernel-server Start the NFS service and enable it at boot 1 systemctl start nfs-server.service &amp;amp; systemctl enable nfs-server.service Configure the NFS shared directory 1 mkdir -p /data/nfs 1 vim /etc/exports /data/nfs *(rw,sync,no_root_squash,no_all_squash) Restart the NFS service 1 systemctl restart nfs-server.</description><dc:creator>微信公众号</dc:creator><category>Kubernetes</category><category>Dragonfly</category><category>Images</category><category>Image Acceleration</category><category>AI</category><category>Operations</category></item><item><title>JuiceFS Community Edition, Enterprise Edition, and Dragonfly Integration: Performance Testing and Comparison</title><link>https://www.chenshaowen.com/en/blog/performance-testing-and-comparison-of-juicefs-ce-ee-and-dragonfly.html</link><pubDate>Wed, 24 Jan 2024 00:00:00 +0000</pubDate><atom:modified>Wed, 24 Jan 2024 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/performance-testing-and-comparison-of-juicefs-ce-ee-and-dragonfly.html</guid><description>Note that --block-size 4096 in this post means 4GB; using --block-size 4 would be more reasonable and would give better write performance.
1. Environment Preparation Enter a safe directory 1 mkdir -p /data/test &amp;amp;&amp;amp; cd /data/test All the test tasks are carried out in this directory.
Create a separate directory for Redis 1 mkdir redis-data It is recommended to create a new directory, because Redis will change the Owner of the files in the current directory to systemd-coredump.</description><dc:creator>微信公众号</dc:creator><category>JuiceFS</category><category>Dragonfly</category><category>Storage</category><category>Performance Testing</category><category>Kubernetes</category><category>Operations</category></item><item><title>Distributing Cluster Images with Dragonfly V2</title><link>https://www.chenshaowen.com/en/blog/distributing-image-with-dragonfly-v2.html</link><pubDate>Sat, 13 Jan 2024 11:22:55 +0000</pubDate><atom:modified>Sat, 13 Jan 2024 11:22:55 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/distributing-image-with-dragonfly-v2.html</guid><description>1. Introduction to Dragonfly The Dragonfly documentation at https://d7y.io/zh/docs/ already covers things in detail. Here is just a brief introduction to the main components of V2:
Manager, which provides the UI, user management, cluster monitoring, task management, and other features Scheduler, which schedules traffic between Peers and provides preheating and other features Seed Peer, the back-to-source node used to download data from origin sites (Harbor, Docker.</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>Dragonfly</category><category>Kubernetes</category><category>Images</category><category>Image</category><category>Nydus</category><category>Configuration</category><category>Practice</category><category>Operations</category></item></channel></rss>