ℹ️
|
If you’re interested in knowing more, please check the code. |
If you’ve ever debugged at 3 AM, rewritten the same config for the tenth time, or felt the thrill of a green build after hours of chaos, you’re one of us.
This page is for the tinkerers, the automators, the late-night problem solvers who’d rather script it than suffer it.
I break down real-world systems, simplify complex tech, and share hands-on solutions with zero fluff and maximum nerd cred, all documented at blog.abhimanyu-saharan.com.
By supporting me at patreon.com/asaharan, you’re not just fueling the content, you’re helping keep it raw, honest, and independent. No corporate filters. Just practical insights, deep dives, and the occasional war story.
Join the tribe. Let’s build, break, and fix, with purpose.
- A Persistent Security Hole in Kubernetes Finally Addressed (2025-06-23)
-
CVE-2025-1767 exposes root-level access on nodes via a deprecated volume plugin; Kubernetes 1.33 will disable it by default
- A Decade of Cloud Native: The CNCF’s 10-Year Journey (2025-06-22)
-
Explore the 10-year journey of CNCF, its major milestones, community growth, and impact on cloud-native technologies in this detailed, analytical post.
- OpenAI in 2025: Key Product, Research & Ecosystem Trends (2025-06-21)
-
Explore OpenAI’s major 2025 updates including new GPT models, research breakthroughs, multimodal tools, and how the community is shaping the AI ecosystem.
- Smarter Pod Scheduling with MatchLabelKeys in Pod Affinity (2025-06-20)
-
Enhance Kubernetes pod scheduling with dynamic affinity using matchLabelKeys and mismatchLabelKeys for safer rollouts and tenant isolation.
- Pod Topology Spread Now Honors Taints and Affinity (2025-06-13)
-
Pods can now exclude tainted nodes during topology spread calculations, improving placement predictability.
- Kubernetes Fixes Leaked Volumes with HonorPVReclaimPolicy (2025-06-10)
-
Kubernetes 1.33 ensures PV reclaim policies are honored even if PVs are deleted before PVCs, preventing storage leaks across CSI and in-tree drivers.
- Async Preemption: A Scheduler Upgrade for Kubernetes (2025-06-04)
-
A Kubernetes pod takes a fast async path, skipping blocking API calls handled in the background, showing the shift from sync to async preemption.