Sign inSign up

pete911/debug-pod

By pete911

Updated almost 3 years ago

kubernetes debug pod

Image
0

50K+

pete911/debug-pod repository overview

debug-pod

Image meant to be run as kubernetes pod used for debugging. It is alpine image with installed packages:

run

  • default namespace, latest image - kubectl run debug --image=pete911/debug-pod --rm -it --restart=Never -- sh
  • specify namespace and image - kubectl run debug -n <namespace> --image=pete911/debug-pod:<version> --rm -it --restart=Never -- sh

Tag summary

Content type

Image

Digest

sha256:f9c60cba5

Size

17.5 MB

Last updated

almost 3 years ago

docker pull pete911/debug-pod