A kubewatch alternative that supports CRDs. The plan is to add this functionality into kubewatch itself eventually. It's only standlone as a POC.
There are no prebuilt binaries yet, so you'll have to compile before running. Fortunately, that's simple.
- Compile with
go build
- Run with
./robusta-kubewatch
You can customize which resources to listen to (including CRDs) by modifying the source code here.
- Listen to CRDs
- Merge into kubewatch