Hi all
I would like to run sentinel on k8 on there own pods.
So clients separate from Sentinel.
Sentinel separate from M/R redis.
Is this possible ?
Does someone have a sample yaml config file that can be used to configure sentinel against the core kubernetes service for redis M/S
My service for the redis cluster access is defined as below
Name: redisdev-service
Namespace: redis-dev
Labels: <none>
Selector: app=redis-cluster
Type: NodePort
IP: 10.43.223.70
Port: <unset> 6379/TCP
TargetPort: 6379/TCP
NodePort: <unset> 30007/TCP
Endpoints:
10.42.1.213:6379,
10.42.2.65:6379,
10.42.5.125:6379 + 3 more...
Session Affinity: None
External Traffic Policy: Cluster
Events: <none>