Hello,
If this helps, maybe we can add the below Kube command in the documentation to port forward dashboard running inside a docker container on the localhost in the current documentation:
Forward port from docker container to browser:
kubectl -n ray port-forward
cc @Dmitri I think it is a good feedback. Can you create an issue?
kubectl port-forward is indeed the recommended way of accessing the dashboard when running the Ray head in a Kubernetes pod: https://docs.ray.io/en/master/cluster/kubernetes.html#accessing-the-dashboard
kubectl port-forward