getsentry / sentry-kubernetes

Kubernetes event reporter for Sentry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support status: looking for community maintainers

rhcarvalho opened this issue · comments

Disclaimer: this project is not officially maintained by Sentry.

The code is under the getsentry GitHub organization because it was created by a former employee as an internal Hack Week proof-of-concept.
Expect no support, expect things to be broken in unimaginable ways, use at your own risk.

There are a few alternatives developed by the community:

Extracted from discussion in #7 (comment).

Would you like to contribute bringing this project back to life? We're looking for project maintainers from the Sentry community. Please drop a comment below if you'd like to help.

Hey @rhcarvalho I am currently re-writing the whole thing in a new branch https://github.com/mekza/sentry-kubernetes/tree/v2.0.0

FWIW https://sentry-kubernetes.github.io is archived and also appears to be dead. https://github.com/gmetrixr/k8s-sentry is a fork of https://github.com/wichert/k8s-sentry (which hasn't been updated since 2020).

If anyone is interested, I rewrote it in rust here: https://github.com/alekitto/sentry-kubernetes
If you want to try it, there's an helm chart also to ease the deployment.