SAShahzad Ali Ahmadinshahzadahmad.dev·Jun 21 · 11 min readUnderstanding the Kubernetes Control Plane Like a DevOps EngineerKubernetes Control Plane explained in a practical way for engineers who manage real-world clusters. Introduction When I first started learning Kubernetes, I could create Pods, Deployments, and Service00
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 21 · 6 min readKubernetes Services Explained: How Traffic Reaches Your ApplicationsWhen developers first start learning Kubernetes, they quickly understand Pods and Deployments. You create a Deployment, Kubernetes creates Pods, and your application starts running. Simple, right? Not00
SAShahzad Ali Ahmadinshahzadahmad.dev·Jun 21 · 7 min readKubernetes Health Checks Explained: Liveness, Readiness, and Startup ProbesWhen I first started learning Kubernetes, I thought that if a Pod showed a Running status, everything was working correctly. The application was running.The container hadn’t crashed.The deployment was00
SAShahzad Ali Ahmadinshahzadahmad.dev·Jun 19 · 11 min readKubernetes Interview Questions Every CKA Should Be Able to AnswerPassing the Certified Kubernetes Administrator (CKA) exam demonstrates that you understand Kubernetes administration and can solve hands-on problems under pressure. However, passing the exam is only p00
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 Kubernetes Concepts That Took Me the Longest to UnderstandWhen people start learning Kubernetes, they usually ask: “What’s the hardest part of Kubernetes?” At first, I thought the answer would be something complicated like etcd, kube-scheduler, or cluster 00
RBRajesh Bindevrajesh.hashnode.dev·May 31 · 6 min readDay 67: Deploy Guestbook Multi-Tier Application on Kubernetes | 100 Days of DevOpsContent: Today I worked on deploying a complete Guestbook application on a Kubernetes cluster. The Nautilus application team completed development of their application and finalized the Kubernetes in00