<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shahzad Ali Ahmad</title>
    <description>The latest articles on DEV Community by Shahzad Ali Ahmad (@shahzadahmad91).</description>
    <link>https://dev.to/shahzadahmad91</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3948867%2F172ca6c1-af79-4dd6-bffa-943bbd14feb7.jpg</url>
      <title>DEV Community: Shahzad Ali Ahmad</title>
      <link>https://dev.to/shahzadahmad91</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shahzadahmad91"/>
    <language>en</language>
    <item>
      <title>My CKA Exam-Day Experience: What Went Right, What Went Wrong, and Lessons Learned</title>
      <dc:creator>Shahzad Ali Ahmad</dc:creator>
      <pubDate>Sun, 24 May 2026 22:55:00 +0000</pubDate>
      <link>https://dev.to/shahzadahmad91/my-cka-exam-day-experience-what-went-right-what-went-wrong-and-lessons-learned-5gd3</link>
      <guid>https://dev.to/shahzadahmad91/my-cka-exam-day-experience-what-went-right-what-went-wrong-and-lessons-learned-5gd3</guid>
      <description>&lt;p&gt;After months of preparation, countless Kubernetes labs, and many late-night troubleshooting sessions, exam day had finally arrived.&lt;/p&gt;

&lt;p&gt;The Certified Kubernetes Administrator (CKA) exam was unlike any certification exam I had taken before.&lt;/p&gt;

&lt;p&gt;There were no multiple-choice questions.&lt;/p&gt;

&lt;p&gt;No guessing.&lt;/p&gt;

&lt;p&gt;No memorized answers.&lt;/p&gt;

&lt;p&gt;Just a terminal, a Kubernetes cluster, and a set of real-world tasks that needed to be completed under time pressure.&lt;/p&gt;

&lt;p&gt;In this article, I’ll share my CKA exam-day experience, time management strategy, common mistakes to avoid, and the lessons I learned from taking one of the most respected Kubernetes certifications.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Before the Exam&lt;/strong&gt;&lt;br&gt;
A few days before the exam, I stopped learning new topics.&lt;/p&gt;

&lt;p&gt;Instead, I focused on:&lt;/p&gt;

&lt;p&gt;Reviewing Kubernetes documentation&lt;br&gt;
Practicing kubectl commands&lt;br&gt;
Revisiting weak areas&lt;br&gt;
Running troubleshooting scenarios&lt;br&gt;
Improving speed&lt;br&gt;
One lesson I learned:&lt;/p&gt;

&lt;p&gt;The final days before the exam should focus on revision, not new learning.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Exam Setup&lt;/strong&gt;&lt;br&gt;
I joined the exam early to complete the verification process.&lt;/p&gt;

&lt;p&gt;Make sure:&lt;/p&gt;

&lt;p&gt;Your desk is clean&lt;br&gt;
Your room is quiet&lt;br&gt;
Internet connection is stable&lt;br&gt;
Webcam and microphone work properly&lt;br&gt;
Identification documents are ready&lt;br&gt;
The verification process can take time, so joining early reduces stress.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Biggest Surprise&lt;/strong&gt;&lt;br&gt;
The biggest challenge wasn’t Kubernetes.&lt;/p&gt;

&lt;p&gt;It was time management.&lt;/p&gt;

&lt;p&gt;Many tasks are straightforward.&lt;/p&gt;

&lt;p&gt;However, under exam pressure, even simple tasks can take longer than expected.&lt;/p&gt;

&lt;p&gt;I quickly realized that every minute matters.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My Time Management Strategy&lt;/strong&gt;&lt;br&gt;
One approach helped me significantly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;First Pass&lt;/strong&gt;&lt;br&gt;
I immediately scanned all questions.&lt;/p&gt;

&lt;p&gt;Then I categorized them:&lt;/p&gt;

&lt;p&gt;✅ Easy&lt;/p&gt;

&lt;p&gt;⚠️ Medium&lt;/p&gt;

&lt;p&gt;🔥 Difficult&lt;/p&gt;

&lt;p&gt;I completed easy questions first.&lt;/p&gt;

&lt;p&gt;This allowed me to secure points quickly and build confidence.&lt;/p&gt;

&lt;p&gt;Only after finishing the easier tasks did I move to the more complex scenarios.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Power of kubectl&lt;/strong&gt;&lt;br&gt;
During preparation, I spent considerable time practicing kubectl commands.&lt;/p&gt;

&lt;p&gt;That investment paid off.&lt;/p&gt;

&lt;p&gt;The faster you can work with:&lt;/p&gt;

&lt;p&gt;kubectl get&lt;br&gt;
kubectl describe&lt;br&gt;
kubectl edit&lt;br&gt;
kubectl apply&lt;br&gt;
kubectl create&lt;br&gt;
the more time you’ll save throughout the exam.&lt;/p&gt;

&lt;p&gt;Small time savings add up.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Documentation is Your Friend&lt;/strong&gt;&lt;br&gt;
Many candidates underestimate the importance of documentation.&lt;/p&gt;

&lt;p&gt;The Kubernetes documentation is available during the exam.&lt;/p&gt;

&lt;p&gt;The goal is not to memorize everything.&lt;/p&gt;

&lt;p&gt;The goal is to know:&lt;/p&gt;

&lt;p&gt;Where information exists&lt;br&gt;
How to find it quickly&lt;br&gt;
How to adapt examples&lt;br&gt;
The faster you navigate documentation, the more productive you’ll be.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Common Mistakes to Avoid&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;1. Spending Too Long on One Question&lt;/strong&gt;&lt;br&gt;
This is probably the biggest mistake.&lt;/p&gt;

&lt;p&gt;If you’re stuck:&lt;/p&gt;

&lt;p&gt;Move on&lt;br&gt;
Collect easier points&lt;br&gt;
Return later&lt;br&gt;
Don’t sacrifice multiple questions for one difficult task.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Not Verifying Your Work&lt;/strong&gt;&lt;br&gt;
Always verify.&lt;/p&gt;

&lt;p&gt;Check:&lt;/p&gt;

&lt;p&gt;Pod status&lt;br&gt;
Deployments&lt;br&gt;
Services&lt;br&gt;
Node conditions&lt;br&gt;
Never assume a task is completed correctly.&lt;/p&gt;

&lt;p&gt;Trust verification, not assumptions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Ignoring Namespace Requirements&lt;/strong&gt;&lt;br&gt;
Many questions involve multiple namespaces.&lt;/p&gt;

&lt;p&gt;Always check:&lt;/p&gt;

&lt;p&gt;Current context&lt;br&gt;
Namespace&lt;br&gt;
Cluster&lt;br&gt;
A correct solution in the wrong namespace may still be marked incorrect.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Not Reading Carefully&lt;/strong&gt;&lt;br&gt;
The exam often provides exactly what you need.&lt;/p&gt;

&lt;p&gt;Read the task carefully before taking action.&lt;/p&gt;

&lt;p&gt;A few seconds of reading can save several minutes of troubleshooting.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lessons Learned&lt;/strong&gt;&lt;br&gt;
The CKA exam taught me much more than Kubernetes.&lt;/p&gt;

&lt;p&gt;It taught me:&lt;/p&gt;

&lt;p&gt;Staying calm under pressure&lt;br&gt;
Prioritization&lt;br&gt;
Troubleshooting efficiently&lt;br&gt;
Managing limited time&lt;br&gt;
Thinking methodically&lt;br&gt;
These are valuable skills far beyond certification exams.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What Helped Me Most&lt;/strong&gt;&lt;br&gt;
Looking back, the most valuable parts of my preparation were:&lt;/p&gt;

&lt;p&gt;Hands-on labs&lt;br&gt;
Building local Kubernetes clusters&lt;br&gt;
Troubleshooting broken environments&lt;br&gt;
Using Kubernetes documentation regularly&lt;br&gt;
Repeating practical exercises&lt;br&gt;
The exam rewards practical knowledge far more than theoretical memorization.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Final Thoughts&lt;/strong&gt;&lt;br&gt;
Passing the CKA was a major milestone in my cloud-native journey.&lt;/p&gt;

&lt;p&gt;More importantly, it gave me confidence to pursue CKAD, CKS, and eventually the goal of becoming a Kubestronaut.&lt;/p&gt;

&lt;p&gt;If you’re preparing for CKA, remember:&lt;/p&gt;

&lt;p&gt;Learn the concepts.&lt;/p&gt;

&lt;p&gt;Practice consistently.&lt;/p&gt;

&lt;p&gt;Break things intentionally.&lt;/p&gt;

&lt;p&gt;Troubleshoot relentlessly.&lt;/p&gt;

&lt;p&gt;And most importantly, stay calm during the exam.&lt;/p&gt;

&lt;p&gt;Kubernetes is challenging, but with enough hands-on experience, it becomes manageable.&lt;/p&gt;

&lt;p&gt;Good luck on your CKA journey.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Connect With Me&lt;/strong&gt;&lt;br&gt;
LinkedIn: &lt;a href="https://www.linkedin.com/in/shahzadaliahmad/" rel="noopener noreferrer"&gt;https://www.linkedin.com/in/shahzadaliahmad/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;LFX Profile: &lt;a href="https://openprofile.dev/profile/shahzadahmad91" rel="noopener noreferrer"&gt;https://openprofile.dev/profile/shahzadahmad91&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Credly: &lt;a href="https://www.credly.com/users/shahzadahmad" rel="noopener noreferrer"&gt;https://www.credly.com/users/shahzadahmad&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Follow me for more Kubernetes, CNCF, DevOps, and cloud-native content.&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>cka</category>
      <category>kubestronaut</category>
      <category>ckad</category>
    </item>
    <item>
      <title>How I Prepared for CKA: Resources, Labs, and Strategy That Worked for Me</title>
      <dc:creator>Shahzad Ali Ahmad</dc:creator>
      <pubDate>Sun, 24 May 2026 20:45:00 +0000</pubDate>
      <link>https://dev.to/shahzadahmad91/how-i-prepared-for-cka-resources-labs-and-strategy-that-worked-for-me-2837</link>
      <guid>https://dev.to/shahzadahmad91/how-i-prepared-for-cka-resources-labs-and-strategy-that-worked-for-me-2837</guid>
      <description>&lt;p&gt;After sharing my journey toward becoming a Kubestronaut and earning CKA, CKAD, and CKS certifications, one of the most common questions I receive is:&lt;/p&gt;

&lt;p&gt;“How did you prepare for the CKA exam?”&lt;/p&gt;

&lt;p&gt;In this article, I’ll share the exact resources, hands-on labs, and study strategy that helped me clear the Certified Kubernetes Administrator (CKA) exam.&lt;/p&gt;

&lt;p&gt;This isn’t the only way to prepare for CKA, but it’s the approach that worked for me.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I Chose CKA First&lt;/strong&gt;&lt;br&gt;
Kubernetes had already become the standard orchestration platform across the cloud-native ecosystem, and I wanted to move beyond theory and gain practical expertise.&lt;/p&gt;

&lt;p&gt;Among all Kubernetes certifications, CKA provides the strongest foundation because it teaches how Kubernetes clusters are deployed, managed, maintained, and troubleshooted.&lt;/p&gt;

&lt;p&gt;Once you understand CKA concepts, preparing for CKAD and CKS becomes significantly easier.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My Learning Resources&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;1. KodeKloud CKA Course&lt;/strong&gt;&lt;br&gt;
The primary resource I used was the KodeKloud Certified Kubernetes Administrator course.&lt;/p&gt;

&lt;p&gt;What I liked:&lt;/p&gt;

&lt;p&gt;Beginner-friendly explanations&lt;br&gt;
Excellent hands-on labs&lt;br&gt;
Real-world scenarios&lt;br&gt;
Strong troubleshooting exercises&lt;br&gt;
Structured learning path&lt;br&gt;
The labs helped me immediately apply what I learned instead of simply watching videos.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Mumshad Mannambeth’s CKA Udemy Course&lt;/strong&gt;&lt;br&gt;
I also used the popular CKA Udemy course by Mumshad Mannambeth.&lt;/p&gt;

&lt;p&gt;The course provides:&lt;/p&gt;

&lt;p&gt;Clear explanations&lt;br&gt;
Practical demonstrations&lt;br&gt;
Exam-oriented preparation&lt;br&gt;
Good coverage of all exam objectives&lt;br&gt;
Many Kubernetes professionals start their certification journey with this course, and for good reason.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Kubernetes Documentation&lt;/strong&gt;&lt;br&gt;
One of the most important resources for CKA preparation is the Kubernetes documentation itself.&lt;/p&gt;

&lt;p&gt;The exam allows access to Kubernetes documentation, so learning how to navigate it efficiently is a skill on its own.&lt;/p&gt;

&lt;p&gt;I spent considerable time:&lt;/p&gt;

&lt;p&gt;Searching documentation quickly&lt;br&gt;
Understanding kubectl examples&lt;br&gt;
Reviewing YAML specifications&lt;br&gt;
Practicing documentation-based troubleshooting&lt;br&gt;
The faster you can find information in the docs, the more time you’ll save during the exam.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My Hands-On Lab Setup&lt;/strong&gt;&lt;br&gt;
While KodeKloud labs were excellent, I wanted additional practice.&lt;/p&gt;

&lt;p&gt;To achieve this, I created a local Kubernetes environment on my laptop.&lt;/p&gt;

&lt;p&gt;My local setup allowed me to:&lt;/p&gt;

&lt;p&gt;Create clusters repeatedly&lt;br&gt;
Deploy applications&lt;br&gt;
Practice networking concepts&lt;br&gt;
Configure storage&lt;br&gt;
Test RBAC configurations&lt;br&gt;
Break things intentionally and fix them&lt;br&gt;
This was one of the most valuable parts of my preparation.&lt;/p&gt;

&lt;p&gt;Kubernetes is not something you learn by reading alone.&lt;/p&gt;

&lt;p&gt;You learn Kubernetes by:&lt;/p&gt;

&lt;p&gt;Deploying&lt;br&gt;
Troubleshooting&lt;br&gt;
Breaking&lt;br&gt;
Fixing&lt;br&gt;
Repeating&lt;br&gt;
The more hands-on time you get, the more confident you’ll feel during the exam.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My Study Strategy&lt;/strong&gt;&lt;br&gt;
Many candidates make the mistake of watching an entire course before touching Kubernetes.&lt;/p&gt;

&lt;p&gt;I took a different approach.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Theory + Practice Together&lt;/strong&gt;&lt;br&gt;
For every topic I learned:&lt;/p&gt;

&lt;p&gt;Watch the concept&lt;br&gt;
Understand the architecture&lt;br&gt;
Practice immediately&lt;br&gt;
Repeat until comfortable&lt;br&gt;
For example:&lt;/p&gt;

&lt;p&gt;After learning about Pods, I immediately created Pods.&lt;/p&gt;

&lt;p&gt;After learning about Services, I deployed Services.&lt;/p&gt;

&lt;p&gt;After learning about RBAC, I configured Roles and RoleBindings.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Most Important Topics&lt;/strong&gt;&lt;br&gt;
If I had to prioritize CKA topics, I would focus heavily on:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cluster Architecture&lt;/strong&gt;&lt;br&gt;
Understand:&lt;/p&gt;

&lt;p&gt;Control Plane Components&lt;br&gt;
etcd&lt;br&gt;
API Server&lt;br&gt;
Scheduler&lt;br&gt;
Controller Manager&lt;br&gt;
Kubelet&lt;br&gt;
Container Runtime&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Workloads&lt;/strong&gt;&lt;br&gt;
Be comfortable with:&lt;/p&gt;

&lt;p&gt;Pods&lt;br&gt;
Deployments&lt;br&gt;
DaemonSets&lt;br&gt;
StatefulSets&lt;br&gt;
Jobs&lt;br&gt;
CronJobs&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Networking&lt;/strong&gt;&lt;br&gt;
Networking is a critical CKA skill.&lt;/p&gt;

&lt;p&gt;Practice:&lt;/p&gt;

&lt;p&gt;Services&lt;br&gt;
DNS&lt;br&gt;
Network Policies&lt;br&gt;
Ingress&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Storage&lt;/strong&gt;&lt;br&gt;
Understand:&lt;/p&gt;

&lt;p&gt;Persistent Volumes&lt;br&gt;
Persistent Volume Claims&lt;br&gt;
Storage Classes&lt;br&gt;
Troubleshooting&lt;br&gt;
This is where many points can be earned quickly.&lt;/p&gt;

&lt;p&gt;Practice troubleshooting:&lt;/p&gt;

&lt;p&gt;Failed Pods&lt;br&gt;
CrashLoopBackOff&lt;br&gt;
ImagePullBackOff&lt;br&gt;
Node issues&lt;br&gt;
Networking problems&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My Exam Preparation Phase&lt;/strong&gt;&lt;br&gt;
During the final weeks before the exam, I focused almost entirely on:&lt;/p&gt;

&lt;p&gt;Hands-on practice&lt;br&gt;
kubectl commands&lt;br&gt;
YAML creation&lt;br&gt;
Troubleshooting scenarios&lt;br&gt;
Documentation navigation&lt;br&gt;
I also worked on improving speed.&lt;/p&gt;

&lt;p&gt;The CKA exam is not just about knowledge.&lt;/p&gt;

&lt;p&gt;It’s about solving problems efficiently within a limited amount of time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Best Strategy for Clearing CKA&lt;/strong&gt;&lt;br&gt;
If I had to start again today, my strategy would be:&lt;/p&gt;

&lt;p&gt;Learn Kubernetes fundamentals.&lt;br&gt;
Use a structured course (KodeKloud or Udemy).&lt;br&gt;
Practice every concept immediately.&lt;br&gt;
Build your own local Kubernetes environment.&lt;br&gt;
Read Kubernetes documentation regularly.&lt;br&gt;
Focus heavily on troubleshooting.&lt;br&gt;
Practice using only kubectl.&lt;br&gt;
Get comfortable navigating documentation quickly.&lt;br&gt;
Repeat labs multiple times.&lt;br&gt;
Prioritize hands-on experience over memorization.&lt;br&gt;
Remember:&lt;/p&gt;

&lt;p&gt;The goal isn’t just to pass the exam.&lt;/p&gt;

&lt;p&gt;The goal is to become comfortable operating Kubernetes in real-world environments.&lt;/p&gt;

&lt;p&gt;If you achieve that, passing the certification becomes much easier.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Final Thoughts&lt;/strong&gt;&lt;br&gt;
Looking back, the combination of KodeKloud, Udemy, Kubernetes documentation, and continuous hands-on practice gave me the confidence needed to pass CKA.&lt;/p&gt;

&lt;p&gt;More importantly, it helped me build skills that I continue to use in my day-to-day work as a DevOps Engineer.&lt;/p&gt;

&lt;p&gt;CKA was the foundation that later helped me achieve CKAD and CKS, and it remains one of the most valuable certifications in my cloud-native journey.&lt;/p&gt;

&lt;p&gt;If you’re currently preparing for CKA, stay consistent, practice daily, and don’t be afraid to break things in your lab environment.&lt;/p&gt;

&lt;p&gt;That’s where the real learning happens.&lt;/p&gt;

&lt;p&gt;Happy Kubernetes learning!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Connect With Me&lt;/strong&gt;&lt;br&gt;
LinkedIn: &lt;a href="https://www.linkedin.com/in/shahzadaliahmad/" rel="noopener noreferrer"&gt;https://www.linkedin.com/in/shahzadaliahmad/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;LFX Profile: &lt;a href="https://openprofile.dev/profile/shahzadahmad91" rel="noopener noreferrer"&gt;https://openprofile.dev/profile/shahzadahmad91&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Credly: &lt;a href="https://www.credly.com/users/shahzadahmad" rel="noopener noreferrer"&gt;https://www.credly.com/users/shahzadahmad&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Follow me for more Kubernetes, CNCF, DevOps, and cloud-native content.&lt;/p&gt;

</description>
      <category>career</category>
      <category>devops</category>
      <category>kubernetes</category>
      <category>resources</category>
    </item>
    <item>
      <title>My Journey Toward Becoming a Kubestronaut : From CKA to CKS and CKAD</title>
      <dc:creator>Shahzad Ali Ahmad</dc:creator>
      <pubDate>Sun, 24 May 2026 10:00:00 +0000</pubDate>
      <link>https://dev.to/shahzadahmad91/my-journey-toward-becoming-a-kubestronaut-from-cka-to-cks-and-ckad-2ld9</link>
      <guid>https://dev.to/shahzadahmad91/my-journey-toward-becoming-a-kubestronaut-from-cka-to-cks-and-ckad-2ld9</guid>
      <description>&lt;p&gt;A few years ago, I had no idea that Kubernetes would become such an important part of my professional journey.&lt;/p&gt;

&lt;p&gt;Like many engineers, my career started in a completely different space. I began as a Network Engineer, worked with on-premises infrastructure, gradually moved into Cloud Operations, and eventually transitioned into DevOps. Along the way, I kept hearing the same word everywhere: Kubernetes.&lt;/p&gt;

&lt;p&gt;At first, Kubernetes felt overwhelming.&lt;/p&gt;

&lt;p&gt;Pods, Deployments, Services, Ingresses, RBAC, Persistent Volumes — there seemed to be an endless list of concepts to learn. Every blog, every conference talk, and every job description pointed toward Kubernetes as the foundation of modern cloud-native infrastructure.&lt;/p&gt;

&lt;p&gt;I knew that if I wanted to grow as a DevOps Engineer, I needed to move beyond theory and develop real expertise.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Decision to Pursue CKA&lt;/strong&gt;&lt;br&gt;
My Kubernetes certification journey began with the Certified Kubernetes Administrator (CKA).&lt;/p&gt;

&lt;p&gt;When I first looked at the CKA curriculum, it felt intimidating. Unlike many traditional certification exams, CKA is entirely performance-based. There are no multiple-choice questions. You are placed in a live environment and expected to solve real operational problems.&lt;/p&gt;

&lt;p&gt;This was both exciting and terrifying.&lt;/p&gt;

&lt;p&gt;I started with the fundamentals:&lt;/p&gt;

&lt;p&gt;Kubernetes architecture&lt;br&gt;
Pods and workloads&lt;br&gt;
Networking&lt;br&gt;
Storage&lt;br&gt;
Scheduling&lt;br&gt;
Cluster maintenance&lt;br&gt;
Troubleshooting&lt;br&gt;
My preparation focused heavily on hands-on practice. I spent countless hours creating clusters, breaking them intentionally, and fixing them again. I learned that success in Kubernetes comes less from memorization and more from understanding how different components work together.&lt;/p&gt;

&lt;p&gt;The Kubernetes documentation quickly became my best friend.&lt;/p&gt;

&lt;p&gt;After weeks of preparation and practice labs, I finally sat for the CKA exam.&lt;/p&gt;

&lt;p&gt;Passing the CKA was a huge confidence boost. More importantly, it changed how I approached Kubernetes in my day-to-day work. Concepts that once seemed complicated started making sense.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Taking a Long Pause&lt;/strong&gt;&lt;br&gt;
Interestingly, I didn’t immediately jump into another certification.&lt;/p&gt;

&lt;p&gt;For almost a year, I focused on applying Kubernetes concepts in real-world environments. I worked with cloud infrastructure, automation, CI/CD pipelines, and containerized applications. This practical experience proved just as valuable as certification preparation.&lt;/p&gt;

&lt;p&gt;Looking back, this gap helped me more than I realized at the time.&lt;/p&gt;

&lt;p&gt;Instead of rushing toward the next badge, I spent time strengthening my foundation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Next Challenge: CKS and CKAD&lt;/strong&gt;&lt;br&gt;
After gaining more hands-on experience, I decided it was time to continue the journey.&lt;/p&gt;

&lt;p&gt;This time, I targeted both the Certified Kubernetes Security Specialist (CKS) and Certified Kubernetes Application Developer (CKAD).&lt;/p&gt;

&lt;p&gt;Each certification offered a different perspective.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CKAD: Thinking Like a Developer&lt;/strong&gt;&lt;br&gt;
CKAD shifted my mindset from cluster administration to application delivery.&lt;/p&gt;

&lt;p&gt;The focus was on:&lt;/p&gt;

&lt;p&gt;Designing applications for Kubernetes&lt;br&gt;
Multi-container pods&lt;br&gt;
ConfigMaps and Secrets&lt;br&gt;
Application troubleshooting&lt;br&gt;
Resource management&lt;br&gt;
It taught me how developers interact with Kubernetes and how applications are built to run effectively inside clusters.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CKS: Security Changes Everything&lt;/strong&gt;&lt;br&gt;
CKS was arguably the most challenging certification of the three.&lt;/p&gt;

&lt;p&gt;Security introduces a completely different layer of complexity.&lt;/p&gt;

&lt;p&gt;I spent time learning:&lt;/p&gt;

&lt;p&gt;Kubernetes hardening&lt;br&gt;
Pod security&lt;br&gt;
Network policies&lt;br&gt;
Runtime security&lt;br&gt;
Supply chain security&lt;br&gt;
Image scanning and vulnerability management&lt;br&gt;
Preparing for CKS made me realize that operating Kubernetes securely is just as important as operating it successfully.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Three Certifications Down&lt;/strong&gt;&lt;br&gt;
Today, I hold:&lt;/p&gt;

&lt;p&gt;✅ &lt;a href="https://www.credly.com/badges/e72821a9-97a5-4ee8-a7f6-93f40246e864/public_url" rel="noopener noreferrer"&gt;CKA — Certified Kubernetes Administrator&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;✅ &lt;a href="https://www.credly.com/badges/79423978-8948-451b-bca1-7721fff284e3/public_url" rel="noopener noreferrer"&gt;CKAD — Certified Kubernetes Application Developer&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;✅ &lt;a href="https://www.credly.com/badges/98ea0a5e-9deb-4798-90d3-83d057112f95/public_url&amp;lt;br&amp;gt;%0A![%20](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/arx157btleyso01t58n0.png)" rel="noopener noreferrer"&gt;CKS — Certified Kubernetes Security Specialist&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Each certification taught me something different.&lt;/p&gt;

&lt;p&gt;CKA taught me how Kubernetes works.&lt;/p&gt;

&lt;p&gt;CKAD taught me how applications run on Kubernetes.&lt;/p&gt;

&lt;p&gt;CKS taught me how to secure Kubernetes.&lt;/p&gt;

&lt;p&gt;Together, they helped me build a much deeper understanding of the Kubernetes ecosystem.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Road to Kubestronaut&lt;/strong&gt;&lt;br&gt;
The ultimate goal is to become a Kubestronaut.&lt;/p&gt;

&lt;p&gt;For those unfamiliar with the program, Kubestronaut is awarded to professionals who successfully earn all five major Kubernetes certifications from the CNCF and Linux Foundation ecosystem.&lt;/p&gt;

&lt;p&gt;I’m currently three certifications into that journey, with two more certifications remaining.&lt;/p&gt;

&lt;p&gt;The finish line is getting closer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Final Thoughts&lt;/strong&gt;&lt;br&gt;
If there’s one lesson I’ve learned throughout this journey, it’s this:&lt;/p&gt;

&lt;p&gt;Certifications alone don’t make you an expert.&lt;/p&gt;

&lt;p&gt;The real value comes from the countless hours spent practicing, troubleshooting, experimenting, and applying what you’ve learned in real environments.&lt;/p&gt;

&lt;p&gt;The certifications simply validate that effort.&lt;/p&gt;

&lt;p&gt;My journey from Network Engineer to DevOps Engineer and now toward becoming a Kubestronaut has been challenging, rewarding, and filled with continuous learning.&lt;/p&gt;

&lt;p&gt;And the journey isn’t over yet.&lt;/p&gt;

&lt;p&gt;Two certifications remain.&lt;/p&gt;

&lt;p&gt;I’ll be sharing my preparation strategies, lessons learned, resources, mistakes, and experiences in future articles.&lt;/p&gt;

&lt;p&gt;See you in the next article.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Connect With Me&lt;/strong&gt;&lt;br&gt;
If you’re preparing for Kubernetes certifications, pursuing the Kubestronaut journey, or working in the cloud-native ecosystem, I’d love to connect.&lt;/p&gt;

&lt;p&gt;Follow me for more articles on Kubernetes, CNCF certifications, DevOps, Platform Engineering, and Cloud-Native technologies.&lt;/p&gt;

&lt;p&gt;LinkedIn: &lt;a href="https://www.linkedin.com/in/shahzadaliahmad/" rel="noopener noreferrer"&gt;https://www.linkedin.com/in/shahzadaliahmad/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;LFX Profile: &lt;a href="https://openprofile.dev/profile/shahzadahmad91" rel="noopener noreferrer"&gt;https://openprofile.dev/profile/shahzadahmad91&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Credly: &lt;a href="https://www.credly.com/users/shahzadahmad" rel="noopener noreferrer"&gt;https://www.credly.com/users/shahzadahmad&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you found this article helpful, consider sharing it with others in the Kubernetes community.&lt;/p&gt;

</description>
      <category>cka</category>
      <category>kubestronaut</category>
      <category>ckad</category>
      <category>kubernetes</category>
    </item>
  </channel>
</rss>
