I have deployed kubernetes cluster. The issue i have is that the dashboard is not accessible from external desktop system.
Following is my setup. Two vm's with cluster deployed, one master one node. dashboard running without any issue the kube-dns is also working as expected. kubernetes version is 1.7.
Issue: When trying to access dashboard externally through kubectl proxy. i get unauthorized response.
This is with rbac role and rolebindings enabled. How to i configure the cluster for http browser access to dashboard from external system.
Any hint/suggestions are most welcome.