Imagine you have a Kubernetes Node (NODE-1) running multiple applications (Pods). Suddenly, the memory usage spikes—meaning the Node is running out of memory.
What happens now?
Kubernetes must free up some space to keep the Node healthy. The only way...