Hi,
I deployed kong-ingress-controller and trying to run the getting started
guide on an AWS EKS cluster. I got this error when trying to access the $PROXY_IP/foo address:
HTTP/1.1 502 Bad Gateway
Date: Mon, 30 Sep 2019 09:19:21 GMT
Content-Type: text/plain; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Server: kong/1.3.0
X-Kong-Upstream-Latency: 2
X-Kong-Proxy-Latency: 7
Via: kong/1.3.0An invalid response was received from the upstream server
I would want to check the kong logs to see what happens but couldn’t access the ingress controller’s shell. The only logs that I can get are via kubectl logs ingress-kong-pod-name ingress-controller -n kong
which has no useful information.
If you know a way to troubleshoot this, please let me know.
Many thanks,