how to access local kubernetes minikube dashboard remotely

前端 未结 9 484
离开以前
离开以前 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:11

    Wanted to link this answer by iamnat.

    https://stackoverflow.com/a/40773822

    1. Use minikube ip to get your minikube ip on the host machine
    2. Create the NodePort service
    3. You should be able to access the configured NodePort id via < minikubeip >:< nodeport >

    This should work on the LAN as well as long as firewalls are open, if I'm not mistaken.

提交回复
热议问题