Skip to content

Cannot connect to port 7000 when switch to Rancher Desktop #137

Answered by Grokzen
abialas asked this question in Q&A
Discussion options

You must be logged in to vote

@devaljain1998 @abialas Addressing it how? This is the most common issue with redis-cluster on the same machine and i have written about it in 10 other issues before.

The short answer is that redis-cluster tracks and manages the IP addresses it needs in order to communicate with all other nodes within the cluster. If the nodes would be on different docker containers then the IP would be the public IP for each container. But with this docker image where all nodes is on the same machine, then redis itself tracks the address 127.0.0.1 or sometimes 0.0.0.0 as the IP it needs to communicate with the other cluster nodes.

The issue is not redis tho, but all clients connecting into it. The redis …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Grokzen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants