A team wants to omit memory limits on a bursty reporting container so it can use spare node memory. What risk must they accept?
Select an answer to reveal the explanation.
Short Explanation
No memory limit is an open bar—great until one guest drains the keg. The app can burst into spare RAM, but it can also starve neighbors or trigger node OOM. Know that tradeoff before you skip limits.
Full Explanation
Memory limits cap a container's usage; without them a process may expand into available node memory and pressure other workloads, potentially causing node-level OOM killer activity. Omitting limits does not force Guaranteed QoS (that requires equal requests and limits), is not universally rejected by kubelet, and does not break Service load balancing by itself.