Skip to content

spideyz0r/diagnostic-pod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diagnostic-pod

CircleCI

The pod

Often I need a diagnostic pod, and also often I need to install some basic stuff on the pod to start troubleshooting.

This is small diagnostic pod with a few useful tools. Checkout the Dockerfile for more info.

Usage

kubectl run --rm=true -it --image=spideyz0r/diagnostic-pod --restart=Never d-pod -- '/bin/bash'