ℹ️
|
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.
- 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.
- Controlled Swap Support for Kubernetes Nodes (2025-06-01)
-
Kubernetes adds limited swap support for Burstable pods, offering memory flexibility on cgroupsv2 nodes without compromising workload stability.
- Top 10 Trends in the Python Ecosystem (2025-05-31)
-
Explore the top 10 Python trends in 2025, from faster runtimes and type safety to AI, web, data, DevOps, and quantum. Stay ahead in every domain with Python.
- Consistent Sizing for Memory Volumes in Kubernetes (2025-05-29)
-
Kubernetes now aligns memory-backed emptyDir volumes with pod memory limits for improved portability and consistency across node types.