Skip to content

Extension of kubectl debug attaching the volume spec of your target container to your ephemeral debug pod

Notifications You must be signed in to change notification settings

JonMerlevede/kubectl-superdebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

kubectl-superdebug

An extension of kubectl debug that not only attaches starts a debugging pod sharing a process namespace with a target container in a running pod, but additionally copies that target container's volume specification to that of the ephemeral container.

For more information, check out my blog post on this:

Limitations

This script was created as a proof-of-concept and for personal use. It is not ready to be industrialised or, say, submitted to the krew project as-is.

This script does not implement all kubectl debug functionality, but only extends the functionality where your debugging container shares a process namespace with a target container specified by --target.

About

Extension of kubectl debug attaching the volume spec of your target container to your ephemeral debug pod

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages