how to access local kubernetes minikube dashboard remotely

前端 未结 9 464
离开以前
离开以前 2021-01-30 14:46

Kubernetes newbie (or rather basic networking) question: Installed single node minikube (0.23 release) on a ubuntu box running in my lan (on IP address 192.168

9条回答
  •  隐瞒了意图╮
    2021-01-30 15:13

    I was able to get running with something as simple as:

    kubectl proxy --address='0.0.0.0' --disable-filter=true
    

提交回复
热议问题