kubectl proxy --address='0.0.0.0' --disable-filter=true &
minikube remote server, ran these:
minikube dashboard
kubectl proxy
n my laptop, ran these (keep localhost as is):
ssh -L 12345:localhost:8001 myLogin@myRemoteServer
http://localhost:12345/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/