I am using Kubernetes in Google Cloud (GKE). I have an application that is hoarding memory I need to take a process dump as indicated here. Kubernetes is going to kill the pod when it gets to the 512Mb of RAM. So I connect to the pod And run: Find the process I want: But when I try to dump…