@cryptotaxi247 / netdata-1 / commits / 49b77709b

Update netdata-kubernetes.md

Costa Tsaousis committed Apr 17, 2025 at 19:57 UTC 49b77709b24dbe4de95786661fdbb1e8bd49bec3
1 file changed +2 -2
docs/security-and-privacy-design/netdata-kubernetes.md
+2 -2
@@ -40,9 +40,9 @@ Mounting specific host directories into the Netdata container provides essential
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. |
43 +| `/proc` | hostPath | child<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. |
45 -| `/sys` | hostPath | child<br/>parent<br/>k8sState | `netdata` | Detect `netdata` container limits. Detect host hardware (part of system info). |
45 +| `/sys` | hostPath | child<br/>k8sState | `netdata` | Detect `netdata` container limits. Detect host hardware (part of system info). |
46 | `/sys` | hostPath | child | `proc.plugin` | Detect network interface types. Monitor software RAID block devices. Detect ZRAM, GPUs, Numa Nodes, Infiniband, BTRFS, PCI AEC, EDAC MC, KSM, BCACHE, CPU thermal throttling. |
47 | `/sys` | hostPath | child | `debugfs.plugin` | Monitor hardware sensors, ZSWAP, Numa Memory Fragmentation, PowerCap. |
48 | `/var/log` | hostPath | child | `systemd-journal.plugin` | Enable the Logs pipeline of Netdata to process and query system logs. |