Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/draganm/wazzup
https://github.com/draganm/wazzup
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/draganm/wazzup
- Owner: draganm
- License: mit
- Created: 2021-02-27T23:19:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T23:03:00.000Z (almost 4 years ago)
- Last Synced: 2024-11-06T09:19:52.994Z (about 2 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```