使用Kubernates集群在节点nGnix服务器中加载我的微服务之一时出现错误。
这是错误:
110#110: *20 connect() failed (111: Connection refused) while connecting to upstream, client: 61.xxx.221.179, server: dev.XXXXX.in, request: "GET /api/ticket/getTicketDetails HTTP/1.1", upstream: "http://100.96.x.xxx:3001/api/ticket/getTicketDetails", host: "dev.XXXX.in"
有人可以帮我吗?
答案 0 :(得分:0)
请这样做
kubectl exec -it meta_data_name-/ bin / bash
通常,这将失败,因为上游可能没有运行或没有连接。
检查nodeJs微服务内的日志,以查找由于某些错误它是否终止了传入请求。