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.