Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ibuildthecloud/wtfk8s
- Owner: ibuildthecloud
- License: apache-2.0
- Created: 2021-11-10T22:32:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T09:01:43.000Z (6 months ago)
- Last Synced: 2024-06-22T08:35:42.929Z (6 months ago)
- Language: Go
- Size: 52.7 KB
- Stars: 92
- Watchers: 4
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```