1 / 5
Fill in: 'The scheduler will ___ a pod once the node runs low on memory.'
-
-
-
-
We say the scheduler will 'evict' a pod — the standard Kubernetes term for this exact action. The other options aren't the recognised term here.
2 / 5
Fill in: 'We ___ resource requests accurately so the scheduler doesn't over-pack a node.'
-
-
-
-
We 'set requests' — the standard, simple collocation for declaring resource needs. The other options are less idiomatic here.
3 / 5
Fill in: 'We ___ pod disruption budgets so evictions don't take down every replica at once.'
-
-
-
-
We 'configure' a disruption budget — the standard collocation for setting protective policy. The other options aren't idiomatic here.
4 / 5
Fill in: 'We ___ eviction events to spot nodes that are chronically under memory pressure.'
-
-
-
-
We 'monitor' eviction events — the standard collocation for ongoing observation. The other options aren't idiomatic here.
5 / 5
Fill in: 'A well-tuned autoscaler helps us ___ evictions before they ever happen.'
-
-
-
-
We 'prevent' evictions — the standard collocation for avoiding an unwanted outcome proactively. The other options are less idiomatic here.