Kubernetes service external ip pending

后端 未结 20 1918
你的背包
你的背包 2020-11-28 02:38

I am trying to deploy nginx on kubernetes, kubernetes version is v1.5.2, I have deployed nginx with 3 replica, YAML file is below,

apiVersion: extensions/v1be         


        
20条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-28 03:07

    If you are using Minikube, there is a magic command!

    $ minikube tunnel
    

    Hopefully someone can save a few minutes with this.

    Reference link https://minikube.sigs.k8s.io/docs/handbook/accessing/#using-minikube-tunnel

提交回复
热议问题