Apr 11 · 11 min read · By Burhan Khan (techwithburhan) If you've been working with Kubernetes for even a little while, you've probably run into this frustrating moment — your pods are running perfectly, but you still can't
Join discussion
Apr 6 · 14 min read · Complete Tech Blog & Setup GuideAuthor: Phaneesh | Date: April 6, 2026 | Repository: Terraform for Kind with NGINX Introduction Setting up a local Kubernetes environment can be tedious and error-pro
Join discussion
Feb 10 · 4 min read · In the previous sessions, we learned how Kubernetes Services provide a stable endpoint for Pods, act as load balancers and reverse proxies, and solve the challenge of dynamic Pod IPs using labels and selectors.We explored ClusterIP for internal commu...
Join discussion
Jan 14 · 3 min read · Clearing the Certified Kubernetes Administrator (CKA) exam with 92% was one of the most satisfying milestones in my DevOps journey.This blog is not about motivation alone — it’s a real, practical, hands-on strategy that worked for me, and I believe i...
Join discussion
Jan 11 · 3 min read · Taints and Tolerations apply a "repel" effect from the node side. Taints repel pods from certain nodes unless they have a matching toleration. A taint on a node (like key=value:NoSchedule) prevents all pods from scheduling there unless the pod specif...
Join discussionJan 5 · 5 min read · If you’re preparing for the Certified Kubernetes Administrator (CKA) exam, reading documentation alone isn’t enough. You need a real environment where you can install Kubernetes, break it, debug it, and rebuild it from scratch. That’s exactly why I b...
Join discussion
Nov 13, 2025 · 7 min read · When working with Kubernetes, developers often need a way to access applications or services running inside the cluster — without exposing them to the public internet. 1. Why Do We Need Local Access to Cluster Resources? In a secure Kubernetes archit...
Join discussion
Nov 8, 2025 · 6 min read · CKA stands for Certified Kubernetes Administrator which is one of the major Kubernetes certifications. I recently cleared the CKA exam and wanted to share my complete preparation journey, what worked for me, and some key lessons learned along the way...
Join discussion