docs: Edit deployment modes SSD (backport release-3.6.x) (#20070)

Co-authored-by: J Stickler <julie.stickler@grafana.com>
pull/20104/head
loki-gh-app[bot] 1 month ago committed by GitHub
parent b91cb9fbbb
commit c856b358ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      docs/sources/get-started/deployment-modes.md

@ -38,7 +38,7 @@ This deployment mode is sometimes referred to by the acronym SSD for simple scal
Loki’s simple scalable deployment mode separates execution paths into read, write, and backend targets. These targets can be scaled independently, letting you customize your Loki deployment to meet your business needs for log ingestion and log query so that your infrastructure costs better match how you use Loki.
The simple scalable deployment mode can scale up to a few TBs of logs per day, however if you go much beyond this, the microservices mode will be a better choice for most users.
The simple scalable deployment mode can scale close to a TB of logs per day. Even though scaling it further may be possible, at that scale, the microservices mode will be a better choice in terms of scalability and ease of operations
![Simple scalable mode diagram](../scalable-monolithic-mode.png "Simple scalable mode")
@ -63,7 +63,7 @@ The simple scalable deployment mode requires a reverse proxy to be deployed in f
## Microservices mode
The microservices deployment mode runs components of Loki as distinct processes. The microservices deployment is also referred to as a Distributed deployment. Each process is invoked specifying its `target`.
For release 3.2 the components are:
For release 3.3 the components are:
- Bloom Builder (experimental)
- Bloom Gateway (experimental)

Loading…
Cancel
Save