summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2023-03-29 08:39:06 -0700
committerGitHub <noreply@github.com>2023-03-29 08:39:06 -0700
commit1ac2261c97e49678f6f7681e0b046cb29bace0e1 (patch)
treeac3fca60317b561e6ba0dedb40db684e8c6ded5c /docs
parentea5ad38a94c4b8e799197a58ca112a6418341b7a (diff)
Update deployment-strategies.md (#14837)
Diffstat (limited to 'docs')
-rw-r--r--docs/category-overview-pages/deployment-strategies.md25
1 files changed, 20 insertions, 5 deletions
diff --git a/docs/category-overview-pages/deployment-strategies.md b/docs/category-overview-pages/deployment-strategies.md
index b159a6ed6d..a1d393f266 100644
--- a/docs/category-overview-pages/deployment-strategies.md
+++ b/docs/category-overview-pages/deployment-strategies.md
@@ -33,11 +33,12 @@ database, a query engine, health monitoring and alerts, machine learning and ano
To help our users have a complete experience of Netdata when they install it for the first time, a Netdata Agent with default configuration
is a complete monitoring solution out of the box, having all these features enabled and available.
-We suggest to do the following configuration changes for production deployments:
+We strongly recommend 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.
+1. Understand Netdata's [security and privacy design](https://github.com/netdata/netdata/blob/master/docs/netdata-security.md) and
+ [secure your nodes](https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/secure-nodes.md)
+
+ To safeguard your infrastructure and comply with your organization's security policies.
2. Set up [streaming and replication](https://github.com/netdata/netdata/blob/master/streaming/README.md) to:
@@ -46,6 +47,20 @@ We suggest to do the following configuration changes for production deployments:
- Increase data retention.
- Make your data highly available.
-3. [Use Netdata Cloud to access the dashboards](https://github.com/netdata/netdata/blob/master/docs/quickstart/infrastructure.md)
+3. [Optimize the Netdata Agents system utilization and performance](https://github.com/netdata/netdata/edit/master/docs/guides/configure/performance.md)
+
+ To save valuable system resources, especially when running on weak IoT devices.
+
+We also suggest that you:
+
+1. [Use Netdata Cloud to access the dashboards](https://github.com/netdata/netdata/blob/master/docs/quickstart/infrastructure.md)
For increased security, user management and access to our latest tools for advanced dashboarding and troubleshooting.
+
+2. [Change how long Netdata stores metrics](https://github.com/netdata/netdata/blob/master/docs/store/change-metrics-storage.md)
+
+ To control Netdata's memory use, when you have a lot of ephemeral metrics.
+
+3. [Use host labels](https://github.com/netdata/netdata/blob/master/docs/guides/using-host-labels.md)
+
+ To organize systems, metrics, and alarms.