01Walk me through everything that happens between kubectl apply and a running pod.▼medium★ EssentialNewGoogleMetaRed Hat2 repliesunlockedThe single most common Kubernetes interview question, and the one where a vague answer is most obvious. Every stage you name is a place the interviewer can ask you to debug.Open full answer →
06How does a pod get an IP address, and what happens to traffic between two pods on different nodes?▼hardNewCloudflareGoogleRed Hat2 repliesunlockedThe question that finds out whether you know Kubernetes networking or just use it. The model has three rules and everything about CNI follows from them.Open full answer →
11Why did eBPF-based networking displace iptables in Kubernetes, and what does that change for you?▼hard★ EssentialNewCloudflareUberDatadog2 replies○ sign inCilium became the default CNI on major managed platforms for a reason that is mechanical rather than fashionable. The iptables datapath degrades with service count, and eBPF replaces a linear scan with a map lookup.Open full answer →
22Same-node pod calls work, cross-node calls time out, and small probes pass while real requests hang. Find the break.▼hard★ EssentialNewAmazon & AWSFlipkartUber◆ premiumSame-node good, cross-node bad is not a random clue, it is nearly a diagnosis. One short decision tree separates overlay reachability, encapsulation blocks, MTU and policy.Open full answer →