In order to make some robustness tests on a multi pod system, I need to simulate somehow a pod failure. I don't want to use scale down on the deployment since it is less realistic. Deleting pods is also not very functional in my case since pods are coming back in a short time.
I have checked the responses on the: How to simulate Power Failure In Kubernetes And don't match my needs. Any suggestion?