Home > Net >  How can I OOM kill a pod manually in Kubernetes
How can I OOM kill a pod manually in Kubernetes

Time:05-24

I'm trying to manually OOM Kill pods for testing purposes, does anyone know how I can achieve this?

CodePudding user response:

You can run stress-ng in the pod. With this tool you can also stress CPU, I/O altogether if you need.

  • Related