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.
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.