@cryptotaxi247 / netdata-1 / commits / 1ac2261c9

Update deployment-strategies.md (#14837)

Chris Akritidis committed Mar 29, 2023 at 08:39 UTC 1ac2261c97e49678f6f7681e0b046cb29bace0e1
1 file changed +20 -5
docs/category-overview-pages/deployment-strategies.md
+20 -5
@@ -33,11 +33,12 @@ database, a query engine, health monitoring and alerts, machine learning and ano
33 To help our users have a complete experience of Netdata when they install it for the first time, a Netdata Agent with default configuration
34 is a complete monitoring solution out of the box, having all these features enabled and available.
35
36 -We suggest to do the following configuration changes for production deployments:
36 +We strongly recommend 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.
38 +1. Understand Netdata's [security and privacy design](https://github.com/netdata/netdata/blob/master/docs/netdata-security.md) and
39 + [secure your nodes](https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/secure-nodes.md)
40 +
41 + To safeguard your infrastructure and comply with your organization's security policies.
42
43 2. Set up [streaming and replication](https://github.com/netdata/netdata/blob/master/streaming/README.md) to:
44
@@ -46,6 +47,20 @@ We suggest to do the following configuration changes for production deployments:
47 - Increase data retention.
48 - Make your data highly available.
49
49 -3. [Use Netdata Cloud to access the dashboards](https://github.com/netdata/netdata/blob/master/docs/quickstart/infrastructure.md)
50 +3. [Optimize the Netdata Agents system utilization and performance](https://github.com/netdata/netdata/edit/master/docs/guides/configure/performance.md)
51 +
52 + To save valuable system resources, especially when running on weak IoT devices.
53 +
54 +We also suggest that you:
55 +
56 +1. [Use Netdata Cloud to access the dashboards](https://github.com/netdata/netdata/blob/master/docs/quickstart/infrastructure.md)
57
58 For increased security, user management and access to our latest tools for advanced dashboarding and troubleshooting.
59 +
60 +2. [Change how long Netdata stores metrics](https://github.com/netdata/netdata/blob/master/docs/store/change-metrics-storage.md)
61 +
62 + To control Netdata's memory use, when you have a lot of ephemeral metrics.
63 +
64 +3. [Use host labels](https://github.com/netdata/netdata/blob/master/docs/guides/using-host-labels.md)
65 +
66 + To organize systems, metrics, and alarms.