You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set up a TCPIngress to a Redis cluster and I cannot figure out what is wrong.
I can see the open port in the AWS load balancer, the target group is correct and healthy pointing to the two Kong pods. Kong pods are listening for stream in 6379. However, when trying to connect using redis-cli the connection hangs for a while and fail. The service work because I connect just fine if I forward the port. I also tried connecting to the AWS LB address and Kong ports directly, same behaviour.
Thanks in advance for any help you can provide,
Jose
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm trying to set up a TCPIngress to a Redis cluster and I cannot figure out what is wrong.
I can see the open port in the AWS load balancer, the target group is correct and healthy pointing to the two Kong pods. Kong pods are listening for stream in 6379. However, when trying to connect using redis-cli the connection hangs for a while and fail. The service work because I connect just fine if I forward the port. I also tried connecting to the AWS LB address and Kong ports directly, same behaviour.
Thanks in advance for any help you can provide,
Jose
This is the TCPIngress:
In Kong Manager I can see the following configs:
Gateway Service
Route
Upstream:
Beta Was this translation helpful? Give feedback.
All reactions