sentry-kubernetes icon indicating copy to clipboard operation
sentry-kubernetes copied to clipboard

Support status: looking for community maintainers

Open rhcarvalho opened this issue 5 years ago • 4 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:

  • https://github.com/stevelacy/go-sentry-kubernetes
  • https://github.com/wichert/k8s-sentry

Extracted from discussion in https://github.com/getsentry/sentry-kubernetes/issues/7#issuecomment-545003358.

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.

rhcarvalho avatar Aug 17 '20 15:08 rhcarvalho

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

mekza avatar Feb 14 '21 15:02 mekza

Came across https://github.com/gmetrixr/k8s-sentry as well.

mwarkentin avatar Sep 28 '22 20:09 mwarkentin

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).

jelmer avatar Feb 17 '23 18:02 jelmer

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.

alekitto avatar Apr 12 '23 16:04 alekitto