Replies: 2 comments 11 replies
-
@gotpist1 are the pods exposed behind a service? If yes, LoadBalancer or NodePort? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Can you share your setup or yaml files? Or maybe run something simple at first. What is the output of |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! We have switched from minikube and using Colima with kubernetes. Everything fires up and internaly, pods can talk to eachother. Now, i want to be able to curl a pods health endpoint but with no prevail. I have started an ingress-controller following:
#133
And that seems to work well. But still, i cant call a pod from my host machine. Any insight on what might be missing?
Beta Was this translation helpful? Give feedback.
All reactions