An open API service indexing awesome lists of open source software.

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

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
```