Kong konnect - [lua] clustering.lua:381: error while receiving frame from peer: failed to receive the first 2 bytes: timeout, context: ngx.timer

Hi, i have setup kong plus (Trial) with kong ingress on AKS.
While setting runtime manager, only i changed the script i.e values.yaml for kong repo since it was causing issue as InvalidImage, due to which kong proxy pod was not getting created, post changing the repo details as given below, it worked.

from

image: (This repo details are given on konnect runtime setup guide)
repository: kong
tag: “kong-gateway:2.3.3.2-alpine”

to

repository: kong/kong-gateway
tag: “2.3.3.2-alpine”

However after resolving, i setup ingress with class as kong and deployed service, when i try to access, it returns {“message”:“no Route matched with those values”}.

Also, i can see kong proxy error logs as below, this is continually getting logged.

*[error] 29#0: 1240328 [lua] clustering.lua:381: error while receiving frame from peer: failed to receive the first 2 bytes: timeout, context: ngx.timer

I am not able to understand, why service is not accessible and cause of the above error.

Can someone help me with above issues?
I would highly appreciate for prompt response