You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c4k-common/doc/Monitoring.md

23 lines
680 B
Markdown

# Runtime View
```mermaid
C4Context
title Runtime
Enterprise_Boundary(b0, "Infrastructure") {
System(grafana, "Grafana Cloud", "Monitoring your apps")
Container_Boundary(srv, "Small Server") {
Container_Boundary(k3s, "K3S") {
Component(api, "K8s API")
Container(prometheus, "Prometheus in proxy mode")
Container(node-exporter, "Node-Exporter Daemon Set")
Container_Boundary(app, "Application") {
Container(app, "App-container")
}
}
}
}
Rel(prometheus, api, "rest")
Rel(prometheus, grafana, "rest")
```