-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OOMKilled #45
Comments
How do you detect OOMKilled events in your Kubernetes cluster? We have been using log based metrics, looking for messages from kubelet like:
Although the OOMKilled event isn't present in the workload's (job or deployment) pod's logs, if you can detect that a pod was killed you can then use
|
An interesting go throw article about OOMKilled WTH! Who killed my pod - Whodunit? |
There is a reported bug in java JDK-8230305 : Cgroups v2: Container awareness that can be fixed using JDK >= 11.0.16 because it uses cgroups v2, this was implemented in K8s 1.25 as well. |
No description provided.
The text was updated successfully, but these errors were encountered: