Ingress won't find internal service/pod - curl: (52) Empty reply from server #1263
-
Hello, I want to send the below request to the pod from the public via k3d's loadbalancer. I have followed this guide https://k3d.io/v5.3.0/usage/exposing_services but my request responded "curl: (52) Empty reply from server". Request
Response
K3d's version
K3d's containers
Logs from k3d's loadbalancer
Service
Service described
Pod
Pod described
Ingress
Ingress described
Ingress manifest
"172.20.0.3:50001" is the ingress. Why won't the ingress find the pod while it already routes to service "order:50001". What am I missing or misunderstading here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I've fixed it by changing service's type to LoadBalancer and adjusting containerPort(s). |
Beta Was this translation helpful? Give feedback.
I've fixed it by changing service's type to LoadBalancer and adjusting containerPort(s).