<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Case Studies on Raus.cloud — Resilient, Sovereign Infrastructure</title><link>https://raus.cloud/blog/</link><description>Recent content in Case Studies on Raus.cloud — Resilient, Sovereign Infrastructure</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 05 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://raus.cloud/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>The €8 to €800 Scaling Roadmap</title><link>https://raus.cloud/blog/scaling-roadmap-8-to-800/</link><pubDate>Mon, 05 Jan 2026 00:00:00 +0000</pubDate><guid>https://raus.cloud/blog/scaling-roadmap-8-to-800/</guid><description>&lt;p>European B2B SaaS startups waste between 10% and 90% of their runway on infrastructure they don&amp;rsquo;t need. They scale complexity instead of value delivery, burning cash on solutions designed for companies 100x their size. (We covered the &lt;a href="https://raus.cloud/blog/cloud-repatriation-2025-data/">macro trend of cloud repatriation&lt;/a> in a previous article.)&lt;/p>
&lt;p>After analyzing patterns across 50+ infrastructure assessments, I&amp;rsquo;ve found that matching infrastructure spending to actual revenue—not imaginary scale—can reduce costs by 60-70% while improving performance.&lt;/p></description></item><item><title>Cloud Repatriation in 2025: What the Numbers Actually Say</title><link>https://raus.cloud/blog/cloud-repatriation-2025-data/</link><pubDate>Mon, 22 Dec 2025 00:00:00 +0000</pubDate><guid>https://raus.cloud/blog/cloud-repatriation-2025-data/</guid><description>&lt;h1 id="cloud-repatriation-in-2025-what-the-numbers-actually-say">Cloud Repatriation in 2025: What the Numbers Actually Say&lt;/h1>
&lt;blockquote>
&lt;p>&lt;strong>TL;DR for busy readers:&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>70% of enterprises plan to repatriate workloads by 2026 — you&amp;rsquo;re not crazy for considering it&lt;/li>
&lt;li>42% of IT pros already moved from cloud back to dedicated servers last year&lt;/li>
&lt;li>Typical savings: 30-50% on infrastructure costs&lt;/li>
&lt;li>Startups have more freedom than enterprises — no vendor politics or procurement cycles&lt;/li>
&lt;li>Our test: €7.59/month VPS vs €10,560/month AWS Lambda for same workload (1,400x difference)&lt;/li>
&lt;li>Spending €5k-15k/month on cloud? &lt;a href="https://raus.cloud/contact">We can help you evaluate options&lt;/a>&lt;/li>
&lt;/ul>&lt;/blockquote>
&lt;hr>
&lt;p>&lt;em>What if the infrastructure you&amp;rsquo;re paying for could cost you half as much—with better control?&lt;/em>&lt;/p></description></item><item><title>The Lean DevOps Stack: From Git Push to Production in 2 Minutes</title><link>https://raus.cloud/blog/lean-devops-coolify-terraform/</link><pubDate>Mon, 15 Dec 2025 00:00:00 +0000</pubDate><guid>https://raus.cloud/blog/lean-devops-coolify-terraform/</guid><description>&lt;h2 id="the-promise-production-grade-devops-without-the-devops-team">The Promise: Production-Grade DevOps Without the DevOps Team&lt;/h2>
&lt;p>In &lt;a href="https://raus.cloud/blog/docker-swarm-test-11-euro-lesson/">Part 1 of this series&lt;/a>, we proved that a single €7.59/month VPS outperforms Docker Swarm by 37%. But performance is only half the story.&lt;/p>
&lt;p>&lt;strong>The other half:&lt;/strong> How do you actually deploy code to that VPS without spending your evenings debugging YAML?&lt;/p>
&lt;p>This article documents our setup: &lt;strong>Coolify + Docker Compose + Terraform&lt;/strong>. Three tools that give us:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>2-3 minute deploys&lt;/strong> triggered by &lt;code>git push&lt;/code>&lt;/li>
&lt;li>&lt;strong>Preview environments&lt;/strong> for every PR (39 seconds to spin up)&lt;/li>
&lt;li>&lt;strong>Auto-HTTPS&lt;/strong> via Let&amp;rsquo;s Encrypt&lt;/li>
&lt;li>&lt;strong>Infrastructure-as-code&lt;/strong> for disaster recovery&lt;/li>
&lt;li>&lt;strong>Zero DevOps hires&lt;/strong> required&lt;/li>
&lt;/ul>
&lt;p>Total monthly cost: &lt;strong>€7.59&lt;/strong> for the application server, plus &lt;strong>€3.79&lt;/strong> for the Coolify control plane.&lt;/p></description></item><item><title>We Spent €11/month Testing Docker Swarm So You Don't Have To</title><link>https://raus.cloud/blog/docker-swarm-test-11-euro-lesson/</link><pubDate>Mon, 08 Dec 2025 00:00:00 +0000</pubDate><guid>https://raus.cloud/blog/docker-swarm-test-11-euro-lesson/</guid><description>&lt;h2 id="executive-summary-load-test-results">Executive Summary: Load Test Results&lt;/h2>
&lt;p>We tested &lt;strong>four architectures&lt;/strong> with identical code, identical load patterns (up-to 1200 concurrent users, 4.5 minutes), and identical Hetzner infrastructure. Here&amp;rsquo;s what we learned:&lt;/p>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Test&lt;/th>
 &lt;th>Architecture&lt;/th>
 &lt;th>vCPU&lt;/th>
 &lt;th>Monthly Cost&lt;/th>
 &lt;th>RPS&lt;/th>
 &lt;th>Cost per&lt;br/>100 RPS&lt;/th>
 &lt;th>P95 Latency&lt;/th>
 &lt;th>Errors&lt;/th>
 &lt;th>Result&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>&lt;strong>1&lt;/strong>&lt;/td>
 &lt;td>Single CAX11&lt;/td>
 &lt;td>2&lt;/td>
 &lt;td>€3.79&lt;/td>
 &lt;td>228&lt;/td>
 &lt;td>€1.66&lt;/td>
 &lt;td>5,303ms&lt;/td>
 &lt;td>0.80%&lt;/td>
 &lt;td>❌ Failed&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>2&lt;/strong>&lt;/td>
 &lt;td>2×CAX11 Swarm&lt;br/>(balanced)&lt;/td>
 &lt;td>4&lt;/td>
 &lt;td>€7.58&lt;/td>
 &lt;td>354&lt;/td>
 &lt;td>€2.14&lt;/td>
 &lt;td>3,524ms&lt;/td>
 &lt;td>0.00%&lt;/td>
 &lt;td>✅ Passed&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>3&lt;/strong>&lt;/td>
 &lt;td>&lt;strong>Single CAX21&lt;/strong>&lt;/td>
 &lt;td>&lt;strong>4&lt;/strong>&lt;/td>
 &lt;td>&lt;strong>€7.59&lt;/strong>&lt;/td>
 &lt;td>&lt;strong>484&lt;/strong>&lt;/td>
 &lt;td>&lt;strong>€1.57&lt;/strong>&lt;/td>
 &lt;td>&lt;strong>2,462ms&lt;/strong>&lt;/td>
 &lt;td>&lt;strong>0.00%&lt;/strong>&lt;/td>
 &lt;td>&lt;strong>🏆 Winner&lt;/strong>&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>4&lt;/strong>&lt;/td>
 &lt;td>CAX21+CAX11 Swarm&lt;br/>(asymmetric)&lt;/td>
 &lt;td>6&lt;/td>
 &lt;td>€11.38&lt;/td>
 &lt;td>343&lt;/td>
 &lt;td>€3.32&lt;/td>
 &lt;td>3,557ms&lt;/td>
 &lt;td>0.00%&lt;/td>
 &lt;td>❌ Worse than Test 2&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;p>&lt;strong>Single-server architecture:&lt;/strong> Everything runs in Docker Compose.&lt;/p></description></item></channel></rss>