yt
/experience
/blog
/tools
/uses
/mcp
/admin
rss
gh
yt
/index
/experience
/blog
/tools
/uses
/mcp
/admin
rss
gh
berlin ·
light
theme
← /blog/tags
#Reliability
1 post tagged.
01
Why your Kubernetes rolling deploy still drops requests
A rolling update is not the same as zero downtime. Kubernetes will route traffic to a pod that is shutting down and restart one that is merely busy. Here is what actually makes a deploy invisible to users: readiness gating, the SIGTERM race and the preStop fix, PodDisruptionBudgets, and the ASP.NET Core and Node.js specifics.
#kubernetes
#DevOps
#Cloud
#Reliability
#dotnet
2026-05-21 · kubernetes