Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ibuildthecloud/wtfk8s

Watch and print changes in k8s
https://github.com/ibuildthecloud/wtfk8s

Last synced: 4 months ago
JSON representation

Watch and print changes in k8s

Awesome Lists containing this project

README

        

# What the hell is going on?

Watch kubernetes resources and print the delta in changes.

## Install

`go install github.com/ibuildthecloud/wtfk8s`

## Example

```
# Watch all resources and print diffs
wtfk8s

# Watch specific resources
wtfk8s pods clusters.cluster.x-k8s.io
```