how to build kubernetes dashboard outside a cluster

10/14/2019

I have built a kubernetes cluster, and I want to deployment in my personal computer which is outside the cluster. I have find out that dashboard use kubeConfig to access kubernetes in cluster, so how can I do. Thank you all~

-- edselwang
kubernetes

1 Answer

10/14/2019

Kubernetes dashboard was designed to use it in the cluster, instead of it you should definitely check octant, it uses your kubeconfg and works outside the cluster.

-- FL3SH
Source: StackOverflow