https://github.com/pasdam/docker-cluster-debug-tools
Docker image with tools to debug issues on a k8s cluster
https://github.com/pasdam/docker-cluster-debug-tools
debugging docker networking telepresence
Last synced: about 1 year ago
JSON representation
Docker image with tools to debug issues on a k8s cluster
- Host: GitHub
- URL: https://github.com/pasdam/docker-cluster-debug-tools
- Owner: pasdam
- Created: 2020-04-21T08:46:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T16:27:40.000Z (over 3 years ago)
- Last Synced: 2025-02-01T05:41:13.586Z (over 1 year ago)
- Topics: debugging, docker, networking, telepresence
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-cluster-debug-tool
This repo contains a docker image used as a debug tools to temporary deploy in
a kubernetes cluster using [telepresence](https://www.telepresence.io/).
## Tools included
* curl;
* jq;
* netcat;
* openssh;
* telnet.
## Build and run
To build, simply run:
```sh
docker build -t pasdam/cluster-debug-tools:latest .
```
At this point it's possible to run it with:
```sh
telepresence --docker-run --rm -it pasdam/cluster-debug-tools:latest /bin/sh
```