Container that allows to do some diagnostic in kubernetes cluster or from local machine
456
Source code is on GitHub yuraant/diag-tools
Container with diagnostic tools for your k8s cluster or you can run it locally for troubleshooting. it contains:
Based on alpine:3.9 image.
You need to have kubectl version 1.9.0+
You need to have docker version 17.02.+
Repo includes deployment yml file for diag-tools diag-tools.yml
You can deploy this container to your k8s cluster just executing this command
kubectl apply -f https://raw.githubusercontent.com/yuraant/diag-tools/master/diag-tools.yml
also you can specify namespace:
kubectl apply -n <namespace> -f https://raw.githubusercontent.com/yuraant/diag-tools/master/diag-tools.yml
There is small bash script to run diag-tools local run.docker
This script runs container and attaches to one.
You need to set permission to file run.docker to make it executable. ``
# chmod u+x run.docker
# ./run.docker
or
# bash run.docker
Content type
Image
Digest
Size
49.5 MB
Last updated
over 5 years ago
docker pull yabramkin/diag-tools