SAShahzad Ali Ahmadinshahzadahmad.dev·Jun 21 · 6 min readThe Life of a Request Inside KubernetesOne of the most common questions developers ask when they start working with Kubernetes is: “What actually happens when a user sends a request to my application?” We deploy Pods, create Services, co00
SAShahzad Ali Ahmadinshahzadahmad.dev·Jun 21 · 6 min readWhat Happens When a Pod Crashes?Most developers know that Kubernetes can automatically restart failed applications. But have you ever wondered what actually happens behind the scenes when a Pod crashes? When I first started learning00
SAShahzad Ali Ahmadinshahzadahmad.dev·Jun 20 · 6 min readThe Kubernetes Features Developers Should KnowMoving Beyond “kubectl apply” and Understanding What Makes Applications Production-Ready When I first started working with Kubernetes, I thought my responsibility as a developer ended once my containe00
SAShahzad Ali Ahmadinshahzadahmad.dev·Jun 20 · 5 min readThe Biggest Lessons I Learned From CKADWhen I first started preparing for the Certified Kubernetes Application Developer (CKAD) exam, I assumed it would simply be a lighter version of the Certified Kubernetes Administrator (CKA). After all00
SAShahzad Ali Ahmadinshahzadahmad.dev·Jun 20 · 5 min readCKA vs CKAD: Which Kubernetes Certification Should You Take First?One of the most common questions I receive from Kubernetes learners is: “Should I start with CKA or CKAD?” It’s a fair question. Both certifications are highly respected within the Kubernetes ecosys00
SAShahzad Ali Ahmadinshahzadahmad.dev·Jun 20 · 5 min readKubernetes Troubleshooting Mindset: How I Approach Production IssuesOne of the biggest lessons I’ve learned in my Kubernetes journey is this: Most production incidents are not solved by knowing more commands. They’re solved by having a systematic troubleshooting proc00
SAShahzad Ali Ahmadinshahzadahmad.dev·Jun 20 · 6 min readWhat Nobody Tells You About Learning KubernetesWhen I first started learning Kubernetes, I thought the hardest part would be understanding Pods, Deployments, Services, and YAML files. I was wrong. The technical concepts were challenging, but they 00
SAShahzad Ali Ahmadinshahzadahmad.dev·Jun 19 · 6 min readThe Biggest Differences Between Learning Kubernetes and Using Kubernetes in ProductionWhen I first started learning Kubernetes, my world revolved around: Pods Deployments Services YAML files kubectl commands CKA exam objectives My goal was simple: Understand Kubernetes and ear00
SAShahzad Ali Ahmadinshahzadahmad.dev·Jun 19 · 6 min readHow I Would Prepare for CKA If I Had to Start AgainWhen I started preparing for the Certified Kubernetes Administrator (CKA) exam, I did what most people do. I watched courses. I took notes. I practiced labs. I collected resources. And I constantly wo00
SAShahzad Ali Ahmadinshahzadahmad.dev·Jun 19 · 6 min readAI Can Generate Kubernetes YAML — But Is the CKA Still Worth It in 2026?Artificial Intelligence is changing the technology landscape at an incredible pace. Today, AI can: Generate Kubernetes YAML Explain kubectl commands Troubleshoot common issues Build deployment man00