I have prometheus-rancher-monitoring-prometheus pod running in one of the nodes in the cluster inside the Namespace: cattle-monitoring-system. I can access the prometheus within the cluster through the containerPort 9090.
I would like to access this pod from an external node out of cluster. I am trying to add the hostPort 9090 in statefulset but it is not updating. How can I access it?