---
title: "Reference Architectures"
url: https://develop.sentry.dev/self-hosted/reference-architecture/
---

# Self-Hosted Reference Architectures

This section contains reference architectures for self-hosted Sentry other than the default single-node setup. These are not meant to be used as-is, but as a reference for how to deploy self-hosted Sentry around your existing infrastructure. This section can be used to create a scaling strategy if you have higher traffic loads over time.

Please note that these reference architectures do not take external data storage dependencies into account such as Kafka, Postgres, Redis, S3, etc. If you wish to do so, refer to the [Production Enhancements](https://develop.sentry.dev/self-hosted/production-enhancements.md) or [Optional Features](https://develop.sentry.dev/self-hosted/optional-features.md) sections.

* #### [Simple Single Node](https://develop.sentry.dev/self-hosted/reference-architecture/simple-single-box.md)
* #### [Separate Ingest Box](https://develop.sentry.dev/self-hosted/reference-architecture/separate-ingest-box.md)

## Pages in this section

- [Simple Single Node](https://develop.sentry.dev/self-hosted/reference-architecture/simple-single-box.md)
- [Separate Ingest Box](https://develop.sentry.dev/self-hosted/reference-architecture/separate-ingest-box.md)
