⎈ Google Cloud Shell Escape, Azure CNI Pod Subnet, How I Think About Kubernetes, Sidecar FROM 421MB to 90MB, Manage Resources as One Unit
This newsletter is brought to you by Kubex — Automated Resource Optimization for Kubernetes, GPUs and AI Workloads
We released a new ebook: “Right-Sizing GPUs in Kubernetes”!
Gulcan and I have been busy over the past months dissecting how to make sense of GPU monitoring and metrics.
The eBook explores in detail how:
Kubernetes, nvidia-smi, and workload each have different views of GPU utilization.
A 54% GPU Util is a misleading signal for GPU yield.
Collecting the right metrics and making sense of them.
GPU waste cascades into CPU and memory costs.
We also included several flowcharts to help you diagnose utilization and yield.
Kubex sponsored the book, and you can grab your free copy here.
— Dan
📚 Articles
Azure Kubernetes Service Deep Dive Into Azure CNI Pod Subnet
How We Shrunk a Kubernetes Sidecar from 421MB to 90MB (With No OS Inside)
Kube Resource Orchestrator: Manage any group of resources as one unit
🌟 [FREE eBook] Right-Sizing GPUs in Kubernetes
A GPU cluster can look 100% allocated while delivering 30% yield.
This book shows you how to measure the gap and close it.
📖 Tutorials
Data Streaming in Practice (Kafka + Flink): Building a Flight Baggage Tracking System
Scaling AI Document Processing on Kubernetes with Ray & KubeRay
From Chaos to 99.9% Uptime: Rebuilding a Kubernetes Platform for GPU Workloads
📺 This week on the KubeFM podcast
From ECS to Kubernetes: A Real Migration Story
💼 Kubernetes jobs
Machine Learning Engineer 💰 $120K to $145K a year · 🏢 based in the office in Charlotte, NC, USA
Software Engineer 💰 $275K to $300K a year · 🌎 remote from
Platform Engineer 💰 $200K to $235K a year · 🏢 based in the office in Toronto, CA
System Administrator 💰 $128K to $176K a year · 🌎 remote from
DevSecOps Engineer 💰 $216.68K to $269.17K a year · 🏢 based in the office in San Mateo, CA, USA
👉 Discover more opportunities on Kube Careers.
🛠 Tools and libraries
📅 Upcoming Kubernetes events
Modernize & Scale: Why and how to migrate your workloads to GKE 📅 Feb 25
Introducing KRO: Simple Custom APIs for Kubernetes 📅 Feb 26
🔥 KubeFest 2026 📅 Feb 28
🔥 Kubernetes Community Days Guadalajara 2026 📅 Feb 28
From Code to Cloud: An End-to-End Journey 📅 Mar 4
🔥 Make autoscaling boring by improving how HPA, VPA & Karpenter make decisions 📅 Mar 5
🔥 Advanced Kubernetes course 📅 Mar 12
👉 You can find more events on Kube Events.
📢 Call for papers closing soon
🔥 Container Days Hamburg 2026 ⏳ closes Feb 28
Cloud Native Days Italy 2026 ⏳ closes Mar 6
Cloud Native Days Amsterdam ⏳ closes Mar 20
🔥 Kubernetes Community Days Panama 2026 ⏳ closes Mar 3
Kubernetes Community Days Kochi 2026 ⏳ closes Mar 1
🔥 Kubernetes Community Days Czech & Slovak - Prague 2026 ⏳ closes Apr 1
🔥 Kubernetes Community Days Kuala Lumpur 2026 ⏳ closes Feb 28
KubeCon + CloudNativeCon Japan 2026 ⏳ closes Mar 29
Kubernetes Community Days Istanbul 2026 ⏳ closes Mar 2
👉 You can find more Call for Papers on Kube Events.
Until next time!
— Gulcan


![[FREE eBook] Right-Sizing GPUs in Kubernetes [FREE eBook] Right-Sizing GPUs in Kubernetes](https://substackcdn.com/image/fetch/$s_!rKQT!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1f03b014-97ef-4e14-8dfe-7aa6d82e5ae3_800x800.png)
Solid curation as always. The sidecar shrink from 421MB to 90MB by going distroless is one of those wins that pays dividends across storage, cold start times and attack surface. I've seen teams obsess over main container images while treating sidecars as an afterthought, which misses half the runtime overhead. The Google Cloud Shell escape is also worth reading carefuly given how much trust we give cloud shells in dev enviroments.