@cryptotaxi247 / netdata-1 / commits / 6f739020b

Update netdata-kubernetes.md

Costa Tsaousis committed Apr 17, 2025 at 19:55 UTC 6f739020bec59bfb8ee9f508a74075592c87653b
1 file changed +2 -1
docs/security-and-privacy-design/netdata-kubernetes.md
+2 -1
@@ -37,7 +37,8 @@ Mounting specific host directories into the Netdata container provides essential
37 | `/etc/passwd`<br/>`/etc/group` | hostPath | child | `network-viewer.plugin` | Resolve numeric users and groups to names. |
38 | `/proc` | hostPath | child | `proc.plugin` | Monitor host system resources (CPU, Memory, Network, uptime, etc). |
39 | `/proc` | hostPath | child | `apps.plugin` | Monitor all running processes. |
40 -| `/proc` | hostPath | child | `cgroups.plugin` | Detect available memory to calculate container memory limits. Detect paused containers in k8s to improve discovery performance. Discover container virtual network interfaces and associates them with running containers. |
40 +| `/proc` | hostPath | child | `cgroups.plugin` | Detect available memory to calculate container memory limits. Detect paused containers in k8s to improve discovery performance. |
41 +| `/proc` | hostPath | child | `cgroup-network` | Discover container virtual network interfaces and associates them with running containers. |
42 | `/proc` | hostPath | child | `network-viewer.plugin` | Monitor all TCP/UDP sockets of running processes. |
43 | `/proc` | hostPath | child<br/>parent<br/>k8sState | `netdata` | Collect system information and detect various system characteristics like number of CPU cores, total and available memory protection, and more. |
44 | `/sys` | hostPath | child | `cgroups.plugin` | Monitor containers. |