Hi, I'm trying to expose my Deployment to a port which I can access through my local computer via Minikube.
I have tried two YAML configurations (one a load balancer, one just a service exposing a port). I: http://pastebin.com/gL5ZBZg7 II: http://pastebin.com/sSuyhzC5 The deployment and the docker container both expose port 8000. The first results in a service with a port which never finishes, and the external IP never gets assigned. The second results in a port of bot:8000 TCP, bot:0 TCP in my dashboard and when I try "minikube service bot" nothing happens. I am on Mac OS X. How can I set this up properly? thanks, imran -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/kubernetes-users. For more options, visit https://groups.google.com/d/optout.
