Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/phenixblue/twrtools


https://github.com/phenixblue/twrtools

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

[![Latest release](https://img.shields.io/github/release/phenixblue/twrtools.svg)](https://github.com/phenixblue/twrtools/releases/latest)
[![image-build](https://github.com/phenixblue/twrtools/actions/workflows/ci-image-build-push.yaml/badge.svg)](https://github.com/phenixblue/twrtools/actions/workflows/ci-image-build-push.yaml)

# twrtools

`twrtools` is a container image that can be used to troubleshoot things in a kubernetes world. Run standalone to troubleshoot general connectivity or run as a sidecar to another container to provide additional tooling.

## Usage

You can do something stupid like this to deploy the container image to a kubernetes cluster and then `exec` in to run commands interactively.

```
$ kubectl run --generator=run-pod/v1 toolbox --image=jmsearcy/twrtools --command -- sleep 360000
```