05Explain requests versus limits, and how they decide which pod gets killed first.▼mediumNewGoogleDatabricksUber2 repliesunlockedThe pair everyone configures and few can explain. QoS hints at eviction risk, but usage versus requests and Pod priority determine node-pressure ranking, and CPU and memory behave completely differently when you exceed them.Open full answer →
62A memory-hungry service needs a bigger request. Why has that always meant a restart, and what changed?▼hardNewGoogleMicrosoftRed Hat2 replies◆ premiumChanging pod resources historically required recreation, which made vertical autoscaling disruptive for workloads with expensive recovery. In-place resize changes that, with limits worth knowing.Open full answer →
02A pod has been Pending for ten minutes. Walk me through your diagnosis.▼easy★ EssentialNewFlipkartTCSAccenture2 repliesunlockedThe gentlest scheduling question there is, and it still separates people who read the events from people who guess. Check whether the pod has a node before choosing between scheduling and startup diagnosis.Open full answer →