EPISODE · Apr 18, 2026 · 31 MIN
Deep Dive Kubernetes Pod Start and Failure Modes
from Software Engineer Interview Prep Podcast · host Prabuddha Ganegoda
What We Cover in This Episode:The Probe Trap, Why telling an interviewer that a "liveness probe failure removes traffic" is an instant red flag (it actually kills and restarts the container!), and why you should never check external databases in your liveness probes.The JWT Myth: Why saying "JWTs are encrypted" will cost you points. We explain how to articulate that standard JWTs are signed, and how to defend against the notorious alg: none attack.Silent Istio YAML Bugs: We expose the most common structural bug candidates write on the whiteboard: putting fault, retries, and route as separate list items in an Istio VirtualService, which silently fails to route traffic.Zero-Trust Security Illusions: Did you know that Istio's RequestAuthentication alone does not reject unauthenticated requests? We explain why you absolutely need an AuthorizationPolicy to actually block traffic.The Sidecar Evolution: How to elevate your answer from a mid-level to a Staff-level by explaining the new Kubernetes 1.29 native sidecars (restartPolicy: Always), effectively solving the old startup race conditions
NOW PLAYING
Deep Dive Kubernetes Pod Start and Failure Modes
No transcript for this episode yet
Similar Episodes
Mar 26, 2026 ·1m
Jan 2, 2026 ·47m
Dec 21, 2025 ·46m