I have used the following command to deploy the K8S dashboard:
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta6/aio/deploy/recommended.yaml
kubectl proxy
It says the dashboard runs on the below-mentioned URL on the master node:
How can I deploy the dashboard on a worker node?