---
title: "Support"
url: https://develop.sentry.dev/self-hosted/support/
---

# Self-Hosted Support

We strive to provide a great self-hosted experience for folks willing to try Sentry that way. The [self-hosted repository](https://github.com/getsentry/self-hosted) is geared towards low traffic loads (less than \~1 million submitted Sentry events per month). We believe keeping this setup simple is important to show how various components fit together. Folks needing larger setups can expand from here based on their specific needs and environments.

##### Note

Please see our [troubleshooting section](https://develop.sentry.dev/self-hosted/troubleshooting.md) before posting on the forum or filing an issue.

## [Kubernetes and Helm](https://develop.sentry.dev/self-hosted/support.md#kubernetes-and-helm)

The self-hosted project maintains only the Docker Compose deployment. Sentry does not publish Kubernetes manifests or Helm charts for self-hosted installations and does not provide support for those deployment methods.

A [community-maintained Helm chart](https://github.com/sentry-kubernetes/charts) is available, but it is not affiliated with Sentry and falls outside the self-hosted project's support scope. Direct questions and bug reports about that chart to its [issue tracker](https://github.com/sentry-kubernetes/charts/issues).

Our principles for the support of self-hosted Sentry are:

1. We **DO NOT** provide dedicated support for self-hosted.
2. **DO** [file an issue](https://github.com/getsentry/self-hosted/issues/new?assignees=\&labels=\&template=problem-report.yml) for questions about your setup.
3. **DO** [file an issue](https://github.com/getsentry/self-hosted/issues/new/choose) for missing docs, bugs during upgrades or installation.
4. **DO** [file an issue](https://github.com/getsentry/sentry/issues/new/choose) for functionality problems such as broken auth, features not working, etc.
5. **DO** [submit PRs](https://github.com/getsentry/self-hosted/compare) directly for simple fixes.
