Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/draganm/wazzup


https://github.com/draganm/wazzup

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# wazzup

Small k8s utility that will tail logs and events from all pods (all containers in each of the pods, including the init containers) belonging to a specified deployment
This can be very useful when trying to pinpoint issues with pods not starting.

## Building

```bash
go build . -o wazzup
```

### Use

```bash
wazzup -n
```