Natan Yellin

Results 399 comments of Natan Yellin
trafficstars

If anyone is still interested in this, you do it with an open source I wrote: https://docs.robusta.dev/master/

@ghostsquad happily! Going to continue the discussion here: https://github.com/robusta-dev/robusta/issues/213

Not the maintainer, but I'm working on a PR for this. Right now I'm sending the whole resource as json. What is your usecase and does adding the entire resource...

I'm not the maintainer, but I'm curious about your usecase. I've forked kubewatch myself to add support for extra json in the webhook, albeit in slightly different way than you.

@bugok Shalom shalom :) By "everything the event has", I assume you're referring to the actual Kubernetes object that changed? I'm doing the same in my fork here: https://github.com/aantn/kubewatch Out...

@bugok cool. I dump the entire k8s object to json on creates and deletes. For updates I dump both the old and new object so that you can diff them...

@bugok You might be interested in an open source I wrote, http://robusta.dev/ We implemented what you mentioned

@mindhash also curious about this, but not familiar with the relevant AlertManager source code. Is the whole alert group being sent to PagerDuty as one event or is each alert...

We're currently working around this in [Robusta](https://github.com/robusta-dev/robusta). We receive alerts from AlertManager and forward them to PagerDuty with a de-dupe key based on the fingerprint. https://docs.robusta.dev/master/catalog/sinks/PagerDuty.html So I think the...