2

I have installed Kong using Kubernetes-ingress-controller using these steps. I am getting the following error when hit the Kong instance.

{"message":"failure to get a peer from the ring-balancer"} enter image description here

Can anyone help me with this? Thanks in advance.

DevSay
  • 886
  • 1
  • 14
  • 32

1 Answers1

-2

Kong could not connect to the upstream services, hence 503 error is returned.

user2737926
  • 97
  • 1
  • 1
  • 9
  • Unsure why this is downvoted. The error implies that the backend/upstream service isn't deployed. You can replicate this by following creating an ingress as per https://docs.konghq.com/kubernetes-ingress-controller/2.3.x/guides/getting-started/#basic-proxy but not setting up the backing echo server as per: https://docs.konghq.com/kubernetes-ingress-controller/2.3.x/guides/getting-started/#set-up-an-echo-server once you see the error, add the backend echo server and the issues goes away – 110100100 Apr 20 '22 at 13:06