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`
- Host: GitHub
- URL: https://github.com/jdockerty/oomer
- Owner: jdockerty
- Created: 2022-11-26T16:52:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T11:05:29.000Z (about 3 years ago)
- Last Synced: 2025-01-23T13:29:33.547Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.