Does anyone have recommendations for secure, self-...
# platform-toolbox
p
Does anyone have recommendations for secure, self-hosted solutions to analyze heap dumps? Our current process involves exec'ing into pods and using
jcmd
to create a heap dump which is downloaded to the developer's machine. Ideally, we would like an automated process to generate the heap dump, offload it to somewhere like s3, then a secure web interface (https + SSO) could be used to analyze the heap dumps (they contain PII, so we have to meet various compliance requirements). We have a few ideas for automating the heap dump & sending it to a remote storage, but I can't find a good solution for analyzing the resulting files, aside from IntelliJ ssh server or a windows VM with relevant software installed. I'd really love a self-hosted web app of some sort!