Why Your Kubernetes Pods Restart: Understanding Container OOM and Memory Limits
This article explains how a Java application's memory usage can cause Kubernetes pod OOM, the role of namespaces and cgroups in container isolation and resource limiting, and practical steps to adjust JVM settings to prevent frequent restarts.
