Kong using kubernetes ingress controller always returns 'failure to get a peer from the ring-balancer' when hit the Kong

Viewed 1682

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.

1 Answers

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

Related