Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When creating RedisCluster by using charts the issue is that in Openshift Project in the Service section the ClusterIP is not assigning to the rediscluster service. #35

Open
asadrao11 opened this issue Dec 18, 2018 · 1 comment
Labels
question Further information is requested

Comments

@asadrao11
Copy link

No description provided.

@clamoriniere1A
Copy link
Contributor

clamoriniere1A commented Dec 19, 2018

Hi,

The created Service is configure to not use the kubernetes loadbalancing service mechanism, that is why it doesn't have a ClusterIP.
Each Redis-Cluster node didn't provide the same data (Redis slots) if it's a master or replication data (if slave/replica). For this reason the Service is configure with ClusterIP="none", You can still the kubernetes service DNS resolution to target one of the redis nodes with a Redis-Client (that supports redis-cluster); the client will discover the redis-cluster topology with the redis command CLUSTER NODES (https://redis.io/commands/cluster-nodes)

@asadrao11 let me know it answers your question/issue?

@clamoriniere1A clamoriniere1A added the question Further information is requested label Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants