What is Kernel The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the system. What is Shell A shell is special user program which provide an interface to user to use operating ...
Weeks 5 and 6 were all about making the code production-ready. This period was characterised by three key themes: performance validation, improvements to the build system, and the art of breaking down large PRs into manageable or reviewable chunks. L...
When I started working with Kubernetes, networking felt like a maze. Pods vanished, services didn’t respond, and Ingress rules seemed like unsolvable puzzles. Each failure taught me something new, revealing how traffic flows through Kubernetes. Now, ...
What’s the Deal with Admission Controllers? Alright, let’s talk about Admission Controllers in Kubernetes. If you’re new to this, don’t sweat it—they’re not as scary as they sound. Imagine them as the cool security guards at a concert, checking your ...
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,...
I was selected for the LFX Mentorship Program 2025 under LitmusChaos where my project was CNCF — LitmusChaos: CI/CD Integration, SDK Development & Chaos-CI-Lib Revamp During my mentorship, I submitted a total of 7 PR’s to 4 repositories of LitmusChao...
Hello everyone! 👋 Welcome to another exciting blog about CNCF edge computing projects! In this post, we’ll dive deep into KubeEdge, K3s, and other cutting-edge frameworks that are transforming how we deploy and manage applications at the edge. 💡 B...
Let’s start with DevOps, the buzzword that changed how we think about building and shipping software. These days, every college student and other professional wants to become a DevOps engineer. If you are an aspiring DevOps engineer or already workin...
It’s been a while since I last wrote a blog. The first Kubernetes controller I wrote was years ago—it now feels like a lifetime ago. So I decided to return to two things I missed: writing and building with Kubernetes. In this blog, we’ll create a sim...