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 have a helm/kubernetes app that consists of two parts: golang server and bitnami/redis cluster.
gomyapp and myapp-redis-cluster are deployed in the same namespace.
Unfortunately, I cannot connect to the redis cluster. I can create the NewClusterClient, but when I ping it, I get an error:
read: connection reset by peer
As I understand, the error ist not "host not found" or something. redis-cluster seems to be visible and connectable, but somehow the connection ist broken if I'm trying to get data.
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I have a helm/kubernetes app that consists of two parts: golang server and bitnami/redis cluster.
gomyapp and myapp-redis-cluster are deployed in the same namespace.
Unfortunately, I cannot connect to the redis cluster. I can create the
NewClusterClient
, but when I ping it, I get an error:As I understand, the error ist not "host not found" or something. redis-cluster seems to be visible and connectable, but somehow the connection ist broken if I'm trying to get data.
this is how I'm creating the ClusterClient:
What I'm doint wrong?
Beta Was this translation helpful? Give feedback.
All reactions