If you repeatedly. Curl it always gives the right answer?  Can you verify
that from both VMs?

What is the error case?  You said "the home page" - is that your apps home
page or something else?

On Nov 22, 2017 5:23 PM, <tomnola...@gmail.com> wrote:

> Thanks for sticking with me Tim.
>
> So what I currently have is a pod that has two containers in it. One
> container has the port 5000 and one has the port 5432. When I run `kubectl
> get pods` I can see my the IP for my pod and I can curl that from any
> machine. I exposed this deployment using `kubectl expose deployment
> frontend` which created a Service for my pod. If I run `kubectl get
> services` and grab the clusterIP of said service and then curl
> `<cluserIP>:5000` the port the application is listening on that works fine
> on any machine also.
>
> --
> 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 kubernetes-users+unsubscr...@googlegroups.com.
> To post to this group, send email to kubernetes-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/kubernetes-users.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to