Discussion:
[redis-db] redis-cluster on kubernetes to be used externally
Mohammad Ali Safari
2018-01-01 23:00:23 UTC
Permalink
Hi
Has anybody set up redis-cluster on k8 and use it externally, outside the
cluster?

I've seen many sample
instructions(e.g. https://github.com/sobotklp/kubernetes-redis-cluster )
but all are for inside-cluster use.
To my knowledge all redis nodes need to be exposed which needs every single
one of them need to have a service.
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+***@googlegroups.com.
To post to this group, send email to redis-***@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.
david zheng
2018-09-11 10:20:18 UTC
Permalink
I am afraid so.

Moreover, by default redis report it's internal pod ip to each other which
can not be accessed outside.
You have to configure cluster-announce-ip and cluster-announce-port for
outside access.
Post by Mohammad Ali Safari
Hi
Has anybody set up redis-cluster on k8 and use it externally, outside the
cluster?
I've seen many sample instructions(e.g.
https://github.com/sobotklp/kubernetes-redis-cluster ) but all are for
inside-cluster use.
To my knowledge all redis nodes need to be exposed which needs every
single one of them need to have a service.
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+***@googlegroups.com.
To post to this group, send email to redis-***@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.
Loading...