Does nginx ingress able to export headless service?
Does nginx ingress controller able to export a headless service? The underlaying pod is using hostNetwork. Is there documentation for this? Specifically, I'm trying to export node-export service(manifest comes from kube-prometheus) by nginx ingress controller. a short code of ingress:…