KKKhushbu Koradiyainkhushbuk0714.hashnode.dev·Apr 14 · 4 min readI got the imagepullbsckoff error to debug i have checked image ,so image is correct then whay i got that error please help me debug the issueAh, the infamous ImagePullBackOff — the Kubernetes way of saying: "I tried to fetch your image… but something blocked me at the door." 🚪🐳 You already checked image name is correct — good start. Now 00
KKKhushbu Koradiyainkhushbuk0714.hashnode.dev·Mar 13 · 14 min readDebugging if app is not accessibleLet’s step into a DevOps war room for a moment. Screens glow, coffee cools, and a service somewhere in the cloud starts acting strange. 🧭⚙️Below are 10 real production scenarios an engineer with ~8 y00
KKKhushbu Koradiyainkhushbuk0714.hashnode.dev·Mar 12 · 13 min readDevops scenario i have hosted one app with route53, aws lB, k8s ingress and cluster ip services now i am accessing url and getting 403 error how to decode this issue ?A 403 Forbidden in a Route53 → AWS Load Balancer → K8s Ingress → Service → Pod chain usually means: Imagine the request to your app as a parcel traveling through many gates. 📦Each gate checks somethi00
KKKhushbu Koradiyainkhushbuk0714.hashnode.dev·Jan 29 · 10 min read🧠When pods created form replica set is managed by replicaset so what happenes in behind the scene ?Excellent question.This confusion is very common and clearing it means you truly understand Kubernetes control-plane vs data-plane.I’ll explain who does what, in what order, and what actually happens behind the scenes, in simple language but deep acc...00
KKKhushbu Koradiyainkhushbuk0714.hashnode.dev·Jan 28 · 4 min read10) Cni plugin what is network policyGreat question.These two things (CNI plugin and NetworkPolicy) are the real networking brain of Kubernetes, but people explain them in very confusing ways.I’ll explain them in very lame, simple language, but with deep backend accuracy and research-le...00