Skip to content

Commit a3e3a82

Browse files
authored
docs: Edit deployment modes SSD (#20058)
1 parent ee58c33 commit a3e3a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sources/get-started/deployment-modes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This deployment mode is sometimes referred to by the acronym SSD for simple scal
3838

3939
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.
4040

41-
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.
41+
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
4242

4343
![Simple scalable mode diagram](../scalable-monolithic-mode.png "Simple scalable mode")
4444

@@ -63,7 +63,7 @@ The simple scalable deployment mode requires a reverse proxy to be deployed in f
6363

6464
## Microservices mode
6565
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`.
66-
For release 3.2 the components are:
66+
For release 3.3 the components are:
6767

6868
- Bloom Builder (experimental)
6969
- Bloom Gateway (experimental)

0 commit comments

Comments
 (0)