mcelep / swiss-army-knife

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

Home Page:https://hub.docker.com/r/brix4dayz/swiss-army-knife

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 --image=brix4dayz/swiss-army-knife --restart=Never debug -n <namespace>

Happy debugging!

About

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

https://hub.docker.com/r/brix4dayz/swiss-army-knife


Languages

Language:Dockerfile 52.4%Language:Shell 47.6%