@cryptotaxi247 / netdata-1 / commits / f48a9e9e7

Update deployment-strategies.md (#14716)

Chris Akritidis committed Mar 17, 2023 at 07:18 UTC f48a9e9e735b3f9c16968de4cabf4c6b33d68767
1 file changed +8 -5
docs/category-overview-pages/deployment-strategies.md
+8 -5
@@ -36,13 +36,16 @@ is a complete monitoring solution out of the box, having all these features enab
36 We suggest to do the following configuration changes for production deployments:
37
38 1. [Downsize Netdata Agents running on weak IoT devices](https://github.com/netdata/netdata/edit/master/docs/guides/configure/performance.md)
39 +
40 To save valuable system resources.
41
41 -2. Offload Netdata Agents running on production systems, using Netdata Parents to take over most of their functions
42 - To free system resources for the production applications running on them and to isolate production systems from the rest
43 - of the world, while at the same time providing increased data retention, data high availability and security.
42 +2. Set up [streaming and replication](https://github.com/netdata/netdata/blob/master/streaming/README.md) to:
43 +
44 + - Offload Netdata Agents running on production systems and free system resources for the production applications running on them.
45 + - Isolate production systems from the rest of the world and improve security.
46 + - Increase data retention.
47 + - Make your data highly available.
48
45 - See [streaming and replication](https://github.com/netdata/netdata/blob/master/streaming/README.md)
49 +3. [Use Netdata Cloud to access the dashboards](https://github.com/netdata/netdata/blob/master/docs/quickstart/infrastructure.md)
50
47 -3. Use Netdata Cloud to access the dashboards
51 For increased security, user management and access to our latest tools for advanced dashboarding and troubleshooting.