This article covers Java apps' OOM issue in Kubernetes, exploring methods to capture heap dumps pre-pod restart

It discusses using Prometheus metrics, heap dump persistence, and JVM parameters

https://yonahdissen.medium.com/surviving-oom-in-kubernetes-java-applications-fd1fb1a65f02

Surviving OOM in Kubernetes: Java Applications - Yonahdissen - Medium

In the realm of Java applications, the OutOfMemoryError (OOM) issue is a challenge, occurring when the application exhausts its allocated memory. Traditionally, when dealing with OOM in a standard…

Medium