@cryptotaxi247 / netdata-1 / commits / d5211d5f6

removing IP address information. Bumping traefik version (#19222)

* removing IP address information. Bumping traefik version * fix formatting * clarify "location" --------- Co-authored-by: ilyam8 <ilya@netdata.cloud>

Mateusz Bularz committed Dec 16, 2024 at 09:49 UTC d5211d5f6354be9a1c3443da2b2b1ba41bfc7cd3
2 files changed +15 -14
docs/netdata-cloud/netdata-cloud-on-prem/installation.md
+11 -9
@@ -27,7 +27,7 @@ All components below are included in the `netdata-cloud-dependency` package:
27 | **PostgreSQL** | 13.7 | Main metadata database |
28 | **EMQX** | 5.11 | MQTT Broker for Agent communication |
29 | **Apache Pulsar** | 2.10+ | Inter-container message broker |
30 -| **Traefik** | 2.7.x | Internal API Gateway |
30 +| **Traefik** | 2.11.x | Internal API Gateway |
31 | **Elasticsearch** | 8.8.x | Events feed storage |
32 | **Redis** | 6.2 | Caching layer |
33 | **Ingress Controller** | - | HTTPS support |
@@ -75,6 +75,7 @@ All components below are included in the `netdata-cloud-dependency` package:
75 helm pull oci://362923047827.dkr.ecr.us-east-1.amazonaws.com/netdata-cloud-dependency --untar # Optional
76 helm pull oci://362923047827.dkr.ecr.us-east-1.amazonaws.com/netdata-cloud-onprem --untar
77 ```
78 +
79 The charts will be extracted to your current working directory.
80
81 4. **Install Dependencies**
@@ -83,18 +84,19 @@ All components below are included in the `netdata-cloud-dependency` package:
84
85 - Configure the installation by editing `values.yaml` in your `netdata-cloud-dependency` chart directory.
86 - Install the dependencies:
86 - ```bash
87 - cd [your helm chart location]
88 - helm upgrade --wait --install netdata-cloud-dependency -n netdata-cloud --create-namespace -f values.yaml .
89 - ```
87 + ```bash
88 + cd [your helm chart location]
89 + helm upgrade --wait --install netdata-cloud-dependency -n netdata-cloud --create-namespace -f values.yaml .
90 + ```
91 +
92 5. **Install Netdata Cloud On-Prem**
93
94 - Configure the installation by editing `values.yaml` in your `netdata-cloud-onprem` chart directory.
95 - Install the application:
94 - ```bash
95 - cd [your helm chart location]
96 - helm upgrade --wait --install netdata-cloud-onprem -n netdata-cloud --create-namespace -f values.yaml .
97 - ```
96 + ```bash
97 + cd [your helm chart location]
98 + helm upgrade --wait --install netdata-cloud-onprem -n netdata-cloud --create-namespace -f values.yaml .
99 + ```
100
101 > **Important**:
102 >
src/aclk/README.md
+4 -5
@@ -8,14 +8,13 @@ The Agent-Cloud Link (ACLK) provides secure communication between your Netdata A
8
9 For ACLK to function properly, your Agents need outbound access to Netdata Cloud services.
10
11 -| Allowlisting Method | Required Access |
12 -|---------------------|---------------------------------------------------------|
13 -| Domain | • `app.netdata.cloud`<br/>• `mqtt.netdata.cloud` |
14 -| IP | • 54.198.178.11<br/>• 44.207.131.212<br/>• 44.196.50.41 |
11 +| Allowlisting Method | Required Access |
12 +|---------------------|----------------------------------------------------------------------------|
13 +| Domain | • `app.netdata.cloud`<br/>• `api.netdata.cloud`<br/>• `mqtt.netdata.cloud` |
14
15 > **Important**
16 >
18 -> IP addresses can change without notice. Always **prefer domain allowlisting**. If you must use IP addresses, verify them regularly with the host command.
17 +> IP addresses can change without notice! Always **prefer domain allowlisting**. If you must use IP addresses, be aware that they vary based on your geographic location due to CDN-edge servers. You'll need to regularly verify the IP addresses specific to your region.
18
19 ## Data privacy
20