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~
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.