Nov 29, 2025 · 8 min read · Hello everyone, welcome back to our Kubernetes deep dive series! We've already explored etcd and the API server in our previous blogs. Now it's time to meet the real workers behind Kubernetes' magic - controllers. These are the tireless pieces of cod...
Join discussion
Nov 9, 2025 · 6 min read · Inside Kubernetes: How the Control Plane and Nodes Work Together (Simplified!) Welcome to the fascinating world of Kubernetes! If you're just starting out, or looking to solidify your understanding, this post is for you. We're going to break down the...
Join discussion
Oct 19, 2025 · 6 min read · On May 8, 2025, entering AWS Summit Bangalore felt like entering a cloud computing paradise. As hundreds of developers, architects, and tech enthusiasts arrived to learn about the newest developments in cloud innovation, the venue was alive with acti...
Join discussion
Sep 16, 2025 · 3 min read · Introduction: Kubernetes (K8s) offers four fundamental advantages over Docker: Cluster in nature or cluster in behavior. Offers Auto-healing. Offers Auto-scaling. Offers multiple Enterprise-level support (advanced load balancing, security, advan...
Join discussionAug 19, 2025 · 3 min read · I’ve started preparing for the Certified Kubernetes Administrator (CKA) exam using the Udemy course “Prepare for the Certified Kubernetes Administrators Certification with live practice tests right in your browser” - Mumshad Mannambeth. To document m...
Join discussion
Aug 18, 2025 · 2 min read · Kubernetes follows a master–worker architecture. The master (control plane) makes decisions about the cluster, while workers run the actual workloads (containers inside pods). Understanding this architecture is crucial before deploying applications. ...
Join discussionAug 15, 2025 · 4 min read · In this article I will show you how to upgrade the Kubeadm Cluster from v1.32 to v1.33. Unlike managed Kubernetes services that handle upgrades automatically, kubeadm requires a hands-on approach to cluster upgrades. You'll manually upgrade each comp...
Join discussion
Jul 19, 2025 · 4 min read · “Kubernetes may seem complex at first glance, but once you understand its architecture, you'll appreciate how it achieves scalability, resilience, and automation at a production level.“ 🏗️ High-Level Overview Kubernetes architecture is divided into ...
MMayank commented
Jun 27, 2025 · 3 min read · Over the years, I’ve seen the 𝗖𝗡𝗖𝗙 𝗹𝗮𝗻𝗱𝘀𝗰𝗮𝗽𝗲 and the broader open-source ecosystem evolve dramatically. It started with solving specific infrastructure challenges — observability, container orchestration, security, service meshes, CI/CD,...
Join discussion