A little Docker image built on Alpine with some useful tools installed.
The image is already built and pushed to Docker Hub. Use the script to deploy the image to your K8s cluster.
$ ./debug.sh -n my-app startDeploys the image to the namespace my-app if a namespace is not given it will deploy to the default namespace.
Now that the image is running, get a shell to it.
$ ./debug.sh -n my-app connThe image has some useful tools installed such as:
- curl
- wget
- nslookup
- ping
- nc
When you're finshed with it, delete it.
$ ./debug -n my-app del