Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 270 Bytes

File metadata and controls

15 lines (11 loc) · 270 Bytes

Useful docker container to troubleshoot K8S deployment.

Available packages :

  • vim
  • dig
  • nc
  • curl

Kubernetes run example :

# kubectl run -it --rm --image krast/docker-troubleshoot myshell -- /bin/sh

It will create a deployment object named "myshell"