Fotis Voutsas 32a6cd38e7 Capitalize the word "Agent" (#19044) | 1 day ago | |
---|---|---|
.. | ||
README.md | 1 day ago | |
infrastructure.jpeg | 9 months ago | |
installation.md | 1 day ago | |
poc-without-k8s.md | 9 months ago | |
troubleshooting.md | 1 day ago |
Netdata Cloud is built as microservices and is orchestrated by a Kubernetes cluster, providing a highly available and auto-scaled observability platform.
The overall architecture looks like this:
flowchart TD
Agents("π <b>Netdata Agents</b><br/>Users' infrastructure<br/>Netdata Children & Parents")
users[["π₯ <b>Unified Dashboards</b><br/>Integrated Infrastructure<br/>Dashboards"]]
ingress("π‘οΈ <b>Ingress Gateway</b><br/>TLS termination")
traefik((("π <b>Traefik</b><br/>Authentication &<br/>Authorization")))
emqx(("π€ <b>EMQX</b><br/>Agents Communication<br/>Message Bus<br/>MQTT"))
pulsar(("β‘ <b>Pulsar</b><br/>Internal Microservices<br/>Message Bus"))
frontend("π <b>Front-End</b><br/>Static Web Files")
auth("π¨βπΌ <b>Users & Agents</b><br/>Authorization<br/>Microservices")
spaceroom("π‘ <b>Spaces, Rooms,<br/>Nodes, Settings</b><br/>Microservices for<br/>managing Spaces,<br/>Rooms, Nodes and<br/>related settings")
charts("π <b>Metrics & Queries</b><br/>Microservices for<br/>dispatching queries<br/>to Netdata Agents")
alerts("π <b>Alerts & Notifications</b><br/>Microservices for<br/>tracking alert<br/>transitions and<br/>deduplicating alerts")
sql[("β¨ <b>PostgreSQL</b><br/>Users, Spaces, Rooms,<br/>Agents, Nodes, Metric<br/>Names, Metrics Retention,<br/>Custom Dashboards,<br/>Settings")]
redis[("ποΈ <b>Redis</b><br/>Caches needed<br/>by Microservices")]
elk[("ποΈ <b>Elasticsearch</b><br/>Feed Events Database")]
bridges("π€ <b>Input & Output</b><br/>Microservices bridging<br/>agents to internal<br/>components")
notifications("π’ <b>Notifications Integrations</b><br/>Dispatch alert<br/>notifications to<br/>3rd party services")
feed("π <b>Feed & Events</b><br/>Microservices for<br/>managing the events feed")
users --> ingress
agents --> ingress
ingress --> traefik
ingress ==>|agents<br/>websockets| emqx
traefik -.- auth
traefik ==>|http| spaceroom
traefik ==>|http| frontend
traefik ==>|http| charts
traefik ==>|http| alerts
spaceroom o-...-o pulsar
spaceroom -.- redis
spaceroom x-..-x sql
spaceroom -.-> feed
charts o-.-o pulsar
charts -.- redis
charts x-.-x sql
charts -..-> feed
alerts o-.-o pulsar
alerts -.- redis
alerts x-.-x sql
alerts -..-> feed
auth o-.-o pulsar
auth -.- redis
auth x-.-x sql
auth -.-> feed
feed <--> elk
alerts ----> notifications
%% auth ~~~ spaceroom
emqx <.-> bridges o-..-o pulsar
The following components are required to run Netdata Cloud On-Prem:
The following 3rd party components are used, which can be pulled with the netdata-cloud-dependency
package we provide:
Keep in mind though that the pulled versions are not configured properly for production use. Customers of Netdata Cloud On-Prem are expected to configure these applications according to their needs and policies for production use. Netdata Cloud On-Prem can be configured to use all these applications as a shared resource from other existing production installations.