Is there a way to access the underlying host/node's process from Kubernetes pod in the same way as we access the host/node's filesystem by using hostPath
volume mount?
PS: I am trying to monitor the node process with the help of auditbeat
deployed as a pod on Kubernetes.