Kubernetes Deep Dive Series
Kubernetes Deep Dive Series
Blog Posts
The Resilience of Timbernetes: A Comprehensive Analysis of In-Place Pod Vertical Scaling in Kubernetes 1.35
- Mohammad Abu Mattar
- Kubernetes
- DevOps
- Cloud Computing
- Infrastructure
- Platform Engineering
- Published: 04 Jan, 2026
The release of Kubernetes 1.35, officially designated as "Timbernetes," represents a definitive shift in the architectural philosophy of cloud-native orchestration. This version marks the graduation o
Karpenter vs. Cluster Autoscaler on AWS: Picking the Right Tool for Your Kubernetes Scaling
- Mohammad Abu Mattar
- DevOps
- Kubernetes
- Cloud Computing
- AWS
- Autoscaling
- Published: 31 May, 2025
You know how it is with modern apps – they can be super busy one minute and then quiet the next. If you're using Kubernetes on Amazon Web Services (AWS), making sure your setup can handle these ups an
Dev Tips
Understanding Kubernetes Services: ClusterIP vs NodePort vs LoadBalancer
- Mohammad Abu Mattar
- DevOps & Kubernetes
- Published: 23 Dec, 2025
Hey, trying to figure out how to expose your Kubernetes apps? If you're working with Kubernetes, you've probably noticed that Pods come and go, and their IP addresses keep changing. That's where