Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dumper: explore running as a Kubernetes ephemeral container #193

Open
ivanyu opened this issue Nov 21, 2022 · 0 comments
Open

dumper: explore running as a Kubernetes ephemeral container #193

ivanyu opened this issue Nov 21, 2022 · 0 comments
Labels

Comments

@ivanyu
Copy link
Owner

ivanyu commented Nov 21, 2022

Current challenges

  1. How to attach the ephemeral debug container to a running pod with PID namespace sharing? It seems K8s allows this only with a copy of the target pod, which doesn't make sense if you want a heap dump.

Experiment notes:

  1. Run eval $(minikube docker-env) and build the necessary Docker images on minikube's Docker instead of the host Docker if the images you need can't be pulled from the registry.
@ivanyu ivanyu changed the title dumper: explore running as a Kubernetes sidecar dumper: explore running as a Kubernetes ephemeral container Nov 22, 2022
@ivanyu ivanyu modified the milestones: 0.6.0, 0.7.0 Nov 28, 2022
@ivanyu ivanyu modified the milestones: 0.7.0, 0.6.0 Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant