<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Certifications on Dominik Jaro</title><link>https://dominikjaro.pages.dev/tags/certifications/</link><description>Recent content in Certifications on Dominik Jaro</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Dominik Jaro</copyright><lastBuildDate>Fri, 17 Apr 2026 11:10:05 +0100</lastBuildDate><atom:link href="https://dominikjaro.pages.dev/tags/certifications/index.xml" rel="self" type="application/rss+xml"/><item><title>Beyond the kubectl Command: How I Passed the CKA 🎓</title><link>https://dominikjaro.pages.dev/p/beyond-the-kubectl-command-how-i-passed-the-cka/</link><pubDate>Fri, 17 Apr 2026 00:00:00 +0000</pubDate><guid>https://dominikjaro.pages.dev/p/beyond-the-kubectl-command-how-i-passed-the-cka/</guid><description>&lt;img src="https://dominikjaro.pages.dev/p/beyond-the-kubectl-command-how-i-passed-the-cka/cka-certified-kubernetes-administrator_v1.png" alt="Featured image of post Beyond the kubectl Command: How I Passed the CKA 🎓" />&lt;h2 id="-introduction">✨ Introduction
&lt;/h2>&lt;p>I&amp;rsquo;ve been working as a Cloud Engineer at Feefo for a while now, and Kubernetes is part of my daily life. But honestly? Using Kubernetes and passing the &lt;strong>Certified Kubernetes Administrator (CKA)&lt;/strong> exam are two completely different things.&lt;/p>
&lt;p>After weeks/months of study, I finally passed. Here is what I learned and why it was one of the hardest exams I&amp;rsquo;ve ever taken.&lt;/p>
&lt;hr>
&lt;h2 id="-the-holistic-change">🔍 The &amp;ldquo;Holistic&amp;rdquo; Change
&lt;/h2>&lt;p>Before I started studying, I knew how to deploy apps and fix basic issues. But the CKA forced me to look at the cluster &lt;strong>holistically&lt;/strong>.&lt;/p>
&lt;p>I had to stop looking at Kubernetes as just a tool and start looking at it as a collection of moving parts. I did deep dives into:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>The Internals&lt;/strong> — How &lt;code>etcd&lt;/code> actually stores data and how to restore it when it dies.&lt;/li>
&lt;li>&lt;strong>Security&lt;/strong> — Writing RBAC rules and managing TLS certificates manually (using &lt;code>openssl&lt;/code> in the terminal).&lt;/li>
&lt;li>&lt;strong>Networking&lt;/strong> — Understanding exactly how a Pod talks to a Service and why DNS might fail.&lt;/li>
&lt;/ul>
&lt;p>It changed my approach from &lt;em>&amp;ldquo;I think this works&amp;rdquo;&lt;/em> to &lt;em>&amp;ldquo;I know exactly why this is happening.&amp;rdquo;&lt;/em>&lt;/p>
&lt;hr>
&lt;h2 id="-the-hardest-part-the-pressure">⏱️ The Hardest Part: The Pressure
&lt;/h2>&lt;p>The CKA isn&amp;rsquo;t a multiple-choice exam. There is no &amp;ldquo;A, B, or C.&amp;rdquo; It is just you, a terminal, and a list of broken clusters.&lt;/p>
&lt;p>The biggest challenge wasn&amp;rsquo;t just the technical stuff — it was the &lt;strong>time&lt;/strong>. You have &lt;strong>2 hours&lt;/strong> to finish &lt;strong>17–20 complex tasks&lt;/strong>. You barely have time to think or look at the documentation. You need to have &lt;strong>&amp;ldquo;muscle memory.&amp;rdquo;&lt;/strong> You have to know the commands so well that your fingers type them before your brain even finishes the thought.&lt;/p>
&lt;blockquote>
&lt;p>If you get stuck on a question for more than 10 minutes, you are in trouble. You have to move fast, execute perfectly, and keep your cool under pressure.&lt;/p>
&lt;/blockquote>
&lt;hr>
&lt;h2 id="-the-resources-i-used">📚 The Resources I Used
&lt;/h2>&lt;p>If you are planning to take the exam, these are the tools that actually helped me:&lt;/p>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Resource&lt;/th>
&lt;th>Why It Helped&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;strong>&lt;a class="link" href="https://killer.sh" target="_blank" rel="noopener"
>Killer.sh&lt;/a>&lt;/strong>&lt;/td>
&lt;td>The gold standard. Much harder than the real exam, but prepares you for the &amp;ldquo;panic&amp;rdquo; of the real thing.&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>&lt;a class="link" href="https://killercoda.com" target="_blank" rel="noopener"
>Killercoda&lt;/a>&lt;/strong>&lt;/td>
&lt;td>Great for practising specific scenarios for free in a browser terminal.&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>Sailor.sh Mock Exams&lt;/strong>&lt;/td>
&lt;td>Really good for testing your speed and getting used to exam-style questions.&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>Pluralsight&lt;/strong>&lt;/td>
&lt;td>Good for the theoretical foundations and deep dives.&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>AWS (Personal Lab)&lt;/strong>&lt;/td>
&lt;td>I used my own AWS environment to build clusters from scratch using &lt;code>kubeadm&lt;/code>. There is no better way to learn than breaking your own cluster and fixing it.&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;hr>
&lt;h2 id="-final-thoughts">💡 Final Thoughts
&lt;/h2>&lt;p>Passing the CKA isn&amp;rsquo;t just about the badge. It&amp;rsquo;s about the &lt;strong>confidence&lt;/strong>. Now, when I&amp;rsquo;m working at Feefo and a node goes &lt;code>NotReady&lt;/code> or a certificate expires, I don&amp;rsquo;t feel lost. I know exactly where to look.&lt;/p>
&lt;p>If you are thinking about doing it — &lt;strong>do it&lt;/strong>. Just be ready to work hard!&lt;/p></description></item></channel></rss>