<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Images - Tag - Lorenzo's Blog</title><link>https://www.k8s.it/tags/images/</link><description>Images - Tag - Lorenzo's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Thu, 24 Apr 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://www.k8s.it/tags/images/" rel="self" type="application/rss+xml"/><item><title>Building a Scalable Image CDN with MinIO, imgproxy, and Cloudflare</title><link>https://www.k8s.it/posts/building-a-scalable-image-cdn-with-minio-imgproxy-and-cloudflare/</link><pubDate>Thu, 24 Apr 2025 00:00:00 +0000</pubDate><author>Lorenzo Girardi</author><guid>https://www.k8s.it/posts/building-a-scalable-image-cdn-with-minio-imgproxy-and-cloudflare/</guid><description><![CDATA[<div class="featured-image">
                <img src="/images/building-a-scalable-image-cdn-with-minio-imgproxy-and-cloudflare/Screenshot-2025-04-26-at-00.36.24.png" referrerpolicy="no-referrer">
            </div><h2 id="intro">Intro</h2>
<p>In today&rsquo;s digital landscape, efficiently serving images is critical for website performance. Users expect fast-loading, responsive websites, and images often account for the majority of a page&rsquo;s weight. In this article, I&rsquo;ll walk you through building a powerful, scalable image CDN using open-source tools that you can deploy in your own infrastructure.</p>
<h2 id="the-architecture">The Architecture</h2>
<p>Our image CDN consists of three main components:</p>
<ol>
<li><strong>MinIO</strong> — An S3-compatible object storage backend that stores original images</li>
<li><strong>imgproxy</strong> — A fast and secure image processing service that resizes and optimizes images on-the-fly</li>
<li><strong>Cloudflare</strong> — Providing CDN capabilities through Cloudflare Tunnel</li>
</ol>
<p></p>]]></description></item></channel></rss>