robusta-dev / kubewatch

Watch k8s events and trigger Handlers
Apache License 2.0
604 stars 84 forks source link

Add Cloudevent section to Helm chart ConfigMap #50

Closed thevops closed 1 year ago

thevops commented 1 year ago

I had to re-create Pull Request. This is original: https://github.com/robusta-dev/kubewatch/pull/48

thevops commented 1 year ago

@arikalon1 this is the same PR, but with all commits. I don't know why previous PR didn't refresh.

aantn commented 1 year ago

@thevops out of curiousity, how are you using the cloudevent integration? We don't see that many people interested in it.

duglin commented 1 year ago

Would it be ok to add Robusta/Kubewatch to our list of adopters on: https://cloudevents.io/ ?

aantn commented 1 year ago

Yes, absolutely!

duglin commented 1 year ago

great thanks!

thevops commented 1 year ago

@thevops out of curiousity, how are you using the cloudevent integration? We don't see that many people interested in it.

@aantn I tried to use it while playing with kubewatch. I wanted to check if this tool can be useful in my project. Data sent by webhook give very little information, so I tried cloudevent. It has huge potential (kubewatch with cloudevent), but it turned out I don't need it yet.

aantn commented 1 year ago

@thevops cool, thanks.

What is the end goal (whenever you need it)? If it all works, what would the result be?

thevops commented 1 year ago

@aantn It was just testing. I didn't expect any particular results 😄 I wanted to try and see how kubewatch works.