docs: update deployment-modes.md for ssd deprecation (#20869)

Signed-off-by: Matt Simonsen <matt.simonsen@gmail.com>
pull/20695/head^2
Matt Simonsen 2 days ago committed by GitHub
parent c0b3a747dc
commit 080a9300a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/sources/get-started/deployment-modes.md

@ -22,7 +22,7 @@ The simplest mode of operation is the monolithic deployment mode. You enable mon
Monolithic mode is useful for getting started quickly to experiment with Loki, as well as for small read/write volumes of up to approximately 20GB per day.
You can horizontally scale a monolithic mode deployment to more instances by using a shared object store, and by configuring the [`ring` section](https://grafana.com/docs/loki/<LOKI_VERSION>/configure/#common) of the `loki.yaml` file to share state between all instances, but the recommendation is to use simple scalable mode if you need to scale your deployment.
You can horizontally scale a monolithic mode deployment to more instances by using a shared object store, and by configuring the [`ring` section](https://grafana.com/docs/loki/<LOKI_VERSION>/configure/#common) of the `loki.yaml` file to share state between all instances, but the recommendation is to use microservices deployment mode if you need to scale your deployment.
You can configure high availability by running two Loki instances using `memberlist_config` configuration and a shared object store and setting the `replication_factor` to `3`. You route traffic to all the Loki instances in a round robin fashion.

Loading…
Cancel
Save