Natan Yellin

Results 408 comments of Natan Yellin

Hey all, thank you for the patience waiting for this. Listening to CRDs is finally supported in the latest version!

@pasztorl that's also the type of logic we're [covering in Robusta](https://docs.robusta.dev/master/catalog/triggers/kubernetes.html): ``` - triggers: - on_deployment_create: namespace_prefix: "stg-ns" name_prefix: my-app-name labels_selector: app=my-app actions: - create_finding: title: "Deployment named $name on...

Hey, thanks for the feedback. You can send the full information via the cloudevents handler. ([The source code has full reference for what's sent.](https://github.com/robusta-dev/kubewatch/blob/master/pkg/handlers/cloudevent/cloudevent.go#L66)) If you want an easy to...

Hey, we're not planning to implement it in KubeWatch. You can do advanced filtering logic in Robusta, which sits on top of KubeWatch and applies filtering and routing logic. Here...

Hi @patrickdung, You can't save them directly to file with kubewatch. If it helps, Robusta (https://github.com/robusta-dev/robusta) can listen to KubeWatch events and [write them to file](https://docs.robusta.dev/master/configuration/sinks/file.html). If you provide more...

Got it, thanks. We don't support writing directly to file today, but feel free to open a PR. We'd be happy to review. On Sun, Aug 20, 2023, 05:25 Patrick...

@arikalon1 is this the same as the other issue you fixed with the yamls?

Hey, we don’t support this yet. Would you be interested in opening a PR for it?

@Apollorion I spend much of my time on manifests.io pressing Ctrl+F and looking on the homepage at all instances of the word Pod. It would be cool to have something...

Ah, I totally missed the search bar! Kept looking for it in the top right corner.