<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cka on Nerdsid.com</title><link>https://nerdsid.com/tags/cka/</link><description>Recent content in Cka on Nerdsid.com</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 17 Aug 2026 09:15:00 +0000</lastBuildDate><atom:link href="https://nerdsid.com/tags/cka/index.xml" rel="self" type="application/rss+xml"/><item><title>Kubernetes Resource Limits</title><link>https://nerdsid.com/posts/kubernetes-resource-limits/</link><pubDate>Mon, 17 Aug 2026 09:15:00 +0000</pubDate><guid>https://nerdsid.com/posts/kubernetes-resource-limits/</guid><description>&lt;p>Resource limits look trivial on a slide and then bite you at 3 AM when a container keeps restarting with exit code 137. This lab walks through five short tasks on Pod requests and limits — reading them, diagnosing a crash caused by them, and changing them on a live cluster.&lt;/p>
&lt;p>Everything below assumes the usual alias:&lt;/p>
&lt;figure class="codeblock">
 &lt;figcaption class="codeblock__header">&lt;span class="codeblock__filename codeblock__filename--lang">Bash&lt;/span>

 &lt;span class="codeblock__actions">&lt;/span>
&lt;/figcaption>

 &lt;div class="codeblock__body">
 &lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="nb">alias&lt;/span> &lt;span class="nv">k&lt;/span>&lt;span class="o">=&lt;/span>kubectl&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
 &lt;/div>
&lt;/figure>
&lt;h2 id="task-1-identify-the-cpu-requirements-on-the-rabbit-pod">Task 1: Identify the CPU requirements on the &lt;code>rabbit&lt;/code> Pod&lt;/h2>
&lt;p>A Pod called &lt;code>rabbit&lt;/code> is running in the &lt;code>default&lt;/code> namespace. The question asks for its &lt;strong>CPU requirement&lt;/strong> — which means the &lt;em>request&lt;/em>, not the limit.&lt;/p></description></item></channel></rss>