<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Autoscaling on Simple Enough Blog</title><link>https://blog-dev.simpleenough.net/tags/autoscaling/</link><description>Recent content in Autoscaling on Simple Enough Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 24 Nov 2025 11:18:06 +0200</lastBuildDate><atom:link href="https://blog-dev.simpleenough.net/tags/autoscaling/index.xml" rel="self" type="application/rss+xml"/><item><title>Karpenter: The Intelligent Autoscaler for EKS</title><link>https://blog-dev.simpleenough.net/blog/karpenter/</link><pubDate>Mon, 24 Nov 2025 11:18:06 +0200</pubDate><guid>https://blog-dev.simpleenough.net/blog/karpenter/</guid><description>&lt;h2 id="i-what-is-karpenter" class="heading">I. What is Karpenter?&lt;a href="#i-what-is-karpenter" aria-labelledby="i-what-is-karpenter">
&lt;!-- &lt;i class="fas fa-link anchor">&lt;/i> -->
 &lt;svg class="svg-inline--fa fas fa-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 640 512">&lt;use href="#fas-link">&lt;/use>&lt;/svg>&amp;nbsp;
 &lt;/a>
&lt;/h2>
&lt;p>&lt;strong>Karpenter&lt;/strong> is an open-source autoscaler for Kubernetes, created by AWS.&lt;br>
Its purpose is to &lt;strong>automatically adjust the EC2 node capacity of an EKS cluster based on real workload demand.&lt;/strong>&lt;/p>
&lt;p>In short:&lt;/p>
&lt;ul>
&lt;li>When your cluster is short on resources, &lt;strong>Karpenter adds new nodes.&lt;/strong>&lt;/li>
&lt;li>When nodes become unnecessary, &lt;strong>it removes them.&lt;/strong>&lt;/li>
&lt;/ul>
&lt;p>But more importantly:&lt;/p>
&lt;p>It does this &lt;strong>faster&lt;/strong>, &lt;strong>more intelligently&lt;/strong>, and &lt;strong>more efficiently&lt;/strong> than Kubernetes’ traditional autoscaler (&lt;strong>Cluster Autoscaler&lt;/strong>).&lt;/p></description></item></channel></rss>