IBM / core-dump-handler

Save core dumps from a Kubernetes Service or RedHat OpenShift to an S3 protocol compatible object store
https://ibm.github.io/core-dump-handler/
MIT License
136 stars 40 forks source link

Add support for a local debug session using podman #19

Closed No9 closed 3 years ago

No9 commented 3 years ago

Podman allows you to build pod definitions where containers can share resources in a similar fashion to kubernetes. The idea here is to mimic the k8s deploy so a local pod is started in a two container configuration.
This issue is to track the work being done on it. Items to address: The first iteration may use the download capability in the debug containers https://github.com/IBM/core-dump-containers However the ability to use an already downloaded zip file may also be required. This might be complicated as the the pods should not require root access but a local mount is required.

No9 commented 3 years ago

Moved to client repo https://github.com/IBM/core-dump-client/issues/3