An open API service indexing awesome lists of open source software.

https://github.com/jdockerty/oomer

Simple application to force an OOMKilled container, used for testing `kubectl-oomd`
https://github.com/jdockerty/oomer

Last synced: about 1 year ago
JSON representation

Simple application to force an OOMKilled container, used for testing `kubectl-oomd`

Awesome Lists containing this project

README

          

# oomer

Simple application to force `OOMKilled` containers in Kubernetes. The main reason I created
this is because `busybox` and other larger images do not container the shell built-in `exit` command,
this is easy to replicate with a tiny Go program, the container is ~2MiB.

This is used in conjunction with [`kubectl-oomd`](https://github.com/jdockerty/kubectl-oomd) for testing purposes.