I am trying to create errors on a Kubernetes pod so that I can test our pod healthcheck monitoring is working. I have looked into running a command on the command line to suck up CPU and memory usage but have not been able to stress the pod.
I do not have root access on the pod so cannot install tools (eg stress or python) to max out the pod memory or CPU usage.