Unable to expose kubernetes dashboard to access it from outside Unable to expose kubernetes dashboard to access it from outside kubernetes kubernetes

Unable to expose kubernetes dashboard to access it from outside


Can you try below steps...

  1. Undeploy the existing dashboard.

  2. Deploy dashboard using the below command:

    kubectl create -f https://raw.githubusercontent.com/epasham/docker-repo/master/k8s/dashboard/kubernetes-dashboard.yml
  3. master $ kubectl get svc -n kube-system | grep dashboardkubernetes-dashboard   NodePort    10.110.127.61   <none>        9090:30000/TCP   2m
  4. master $ curl 10.110.127.61:9090 ( within the cluster )

  5. Access the dashboard from browser using HOSTNAME:30000