Skip to content

A dirt simple Alpine image with debugging utilities useful on Kubernetes / OpenShift.

Notifications You must be signed in to change notification settings

onelapahead/swiss-army-knife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

swiss-army-knife

Lots of images exist individually for each tool I wanted... so I just copied their apk packages and put it into one image.

Feel free to add more.

Usage

Create a Pod named debug in your desired namespace to get a shell with all the toolz:

$ kubectl run -i -t --rm --image=brix4dayz/swiss-army-knife --restart=Never debug -n <namespace>

Happy debugging!