summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2023-03-17 07:18:17 -0700
committerGitHub <noreply@github.com>2023-03-17 07:18:17 -0700
commitf48a9e9e735b3f9c16968de4cabf4c6b33d68767 (patch)
treefdfa9b729c99f2119f56c6355de2b8eb5ee17108 /docs
parent58d2e333595b0fc96a75fbd465f63c3f62a0064a (diff)
Update deployment-strategies.md (#14716)
Diffstat (limited to 'docs')
-rw-r--r--docs/category-overview-pages/deployment-strategies.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/category-overview-pages/deployment-strategies.md b/docs/category-overview-pages/deployment-strategies.md
index 3da8e70899..b159a6ed6d 100644
--- a/docs/category-overview-pages/deployment-strategies.md
+++ b/docs/category-overview-pages/deployment-strategies.md
@@ -36,13 +36,16 @@ is a complete monitoring solution out of the box, having all these features enab
We suggest to do the following configuration changes for production deployments:
1. [Downsize Netdata Agents running on weak IoT devices](https://github.com/netdata/netdata/edit/master/docs/guides/configure/performance.md)
+
To save valuable system resources.
-2. Offload Netdata Agents running on production systems, using Netdata Parents to take over most of their functions
- To free system resources for the production applications running on them and to isolate production systems from the rest
- of the world, while at the same time providing increased data retention, data high availability and security.
+2. Set up [streaming and replication](https://github.com/netdata/netdata/blob/master/streaming/README.md) to:
+
+ - Offload Netdata Agents running on production systems and free system resources for the production applications running on them.
+ - Isolate production systems from the rest of the world and improve security.
+ - Increase data retention.
+ - Make your data highly available.
- See [streaming and replication](https://github.com/netdata/netdata/blob/master/streaming/README.md)
+3. [Use Netdata Cloud to access the dashboards](https://github.com/netdata/netdata/blob/master/docs/quickstart/infrastructure.md)
-3. Use Netdata Cloud to access the dashboards
For increased security, user management and access to our latest tools for advanced dashboarding and troubleshooting.