<?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>Image Acceleration on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/image-acceleration/</link><description>Recent content in Image Acceleration 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/image-acceleration/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></channel></rss>