Environment
Kubernetes
Problem/Question
Question
What I expected to happen
helmchart/daemonset.yaml at master · netdata/helmchart · GitHub shows that pods are using hostNetwork and exposing port 19999 externally.
Why is this necessary?
Given that daemonset streams data to netdata-parent deployment, my expectation is that hostNetwork is not necessary, and also netdata-child pods should not need to have any ports open.