“Resolving Kubernetes Pod OOMKilled Errors for Java Spring Boot Applications: Conquering Out of Memory Issues with Configurations” We encountered an issue with our Java Spring boot application where the kuberenets pods were getting killed or restarted with an OOMKilled error and an Exit Code of 137. Now, first let’s talk about what is OOMKilled(Exit Code: 137) When a container is OOMKilled, it means that it has consumed…