TCPingress - before(): no Route found with those values while prereading client data (port based routing) #10416
Labels
area/ingress-controller
Issues where Kong is running as a Kubernetes Ingress Controller
Is there an existing issue for this?
Kong version (
$ kong version
)Kong version: 3.1.1-alpine
Current Behavior
Hi,
I am trying to proxy web application hosted inside a VM via kong through TCP ingress on specific port.
Getting below error in kong logs.
kubernetes-ingress-controller:2.7.0
Kong version: 3.1.1-alpine
Thanks in advance for your help.
Expected Behavior
When I make the below api call on port 28080, the request should goto kong on port 9000, then kong should redirect the request to external mock-test.service:28080 (TCP) which is hosted in VM.
http://localhost:28080/
From one of the pod, when I am making call directly to mock-test.service:28080 (service), I am getting the response back, but only via kong, I am getting error as below.
Steps To Reproduce
Anything else?
No response
The text was updated successfully, but these errors were encountered: