kubernetes-dashboard - authentication

11/9/2017

sorry for my stupid question but I am relatively new in Docker. I have installed Docker and Kubernetes cluster. Also deploy a kubernetes-dashboard. Docker, Kubernetes and all containers are up and running. Locally via kubectl proxy is dashboard available (using wget) but now I need to open dashboard from another computer. I know, that it is about type of authentification, but I really do not know what and where to set. Please, could you help me ? Thank you

-- Pavel B.
docker
kubernetes

1 Answer

11/10/2017

Change the kubernetes-dashboard service to type: NodePort, then you can access using NodeIP and service port number.

https://github.com/kubernetes/dashboard/wiki/Accessing-Dashboard---1.7.X-and-above

-- sfgroups
Source: StackOverflow