mirror of
https://github.com/netdata/netdata.git
synced 2025-04-10 08:07:34 +00:00
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>
This commit is contained in:
parent
c66992fdfe
commit
d5211d5f63
2 changed files with 15 additions and 14 deletions
|
@ -27,7 +27,7 @@ All components below are included in the `netdata-cloud-dependency` package:
|
|||
| **PostgreSQL** | 13.7 | Main metadata database |
|
||||
| **EMQX** | 5.11 | MQTT Broker for Agent communication |
|
||||
| **Apache Pulsar** | 2.10+ | Inter-container message broker |
|
||||
| **Traefik** | 2.7.x | Internal API Gateway |
|
||||
| **Traefik** | 2.11.x | Internal API Gateway |
|
||||
| **Elasticsearch** | 8.8.x | Events feed storage |
|
||||
| **Redis** | 6.2 | Caching layer |
|
||||
| **Ingress Controller** | - | HTTPS support |
|
||||
|
@ -75,6 +75,7 @@ All components below are included in the `netdata-cloud-dependency` package:
|
|||
helm pull oci://362923047827.dkr.ecr.us-east-1.amazonaws.com/netdata-cloud-dependency --untar # Optional
|
||||
helm pull oci://362923047827.dkr.ecr.us-east-1.amazonaws.com/netdata-cloud-onprem --untar
|
||||
```
|
||||
|
||||
The charts will be extracted to your current working directory.
|
||||
|
||||
4. **Install Dependencies**
|
||||
|
@ -83,18 +84,19 @@ All components below are included in the `netdata-cloud-dependency` package:
|
|||
|
||||
- Configure the installation by editing `values.yaml` in your `netdata-cloud-dependency` chart directory.
|
||||
- Install the dependencies:
|
||||
```bash
|
||||
cd [your helm chart location]
|
||||
helm upgrade --wait --install netdata-cloud-dependency -n netdata-cloud --create-namespace -f values.yaml .
|
||||
```
|
||||
```bash
|
||||
cd [your helm chart location]
|
||||
helm upgrade --wait --install netdata-cloud-dependency -n netdata-cloud --create-namespace -f values.yaml .
|
||||
```
|
||||
|
||||
5. **Install Netdata Cloud On-Prem**
|
||||
|
||||
- Configure the installation by editing `values.yaml` in your `netdata-cloud-onprem` chart directory.
|
||||
- Install the application:
|
||||
```bash
|
||||
cd [your helm chart location]
|
||||
helm upgrade --wait --install netdata-cloud-onprem -n netdata-cloud --create-namespace -f values.yaml .
|
||||
```
|
||||
```bash
|
||||
cd [your helm chart location]
|
||||
helm upgrade --wait --install netdata-cloud-onprem -n netdata-cloud --create-namespace -f values.yaml .
|
||||
```
|
||||
|
||||
> **Important**:
|
||||
>
|
||||
|
|
|
@ -8,14 +8,13 @@ The Agent-Cloud Link (ACLK) provides secure communication between your Netdata A
|
|||
|
||||
For ACLK to function properly, your Agents need outbound access to Netdata Cloud services.
|
||||
|
||||
| Allowlisting Method | Required Access |
|
||||
|---------------------|---------------------------------------------------------|
|
||||
| Domain | • `app.netdata.cloud`<br/>• `mqtt.netdata.cloud` |
|
||||
| IP | • 54.198.178.11<br/>• 44.207.131.212<br/>• 44.196.50.41 |
|
||||
| Allowlisting Method | Required Access |
|
||||
|---------------------|----------------------------------------------------------------------------|
|
||||
| Domain | • `app.netdata.cloud`<br/>• `api.netdata.cloud`<br/>• `mqtt.netdata.cloud` |
|
||||
|
||||
> **Important**
|
||||
>
|
||||
> IP addresses can change without notice. Always **prefer domain allowlisting**. If you must use IP addresses, verify them regularly with the host command.
|
||||
> 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.
|
||||
|
||||
## Data privacy
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue