I am trying to learn docker and kubernetes and one of the things I am trying to do is setup Redis with Sentinel and expose redis to things outside the container.
Getting redis and sentinel setup was pretty easy following https://github.com/kubernetes/kubernetes/tree/master/examples/storage/redis
But now my next desire is to be able to access redis outside the container and I can't figure out who to expose sentinel and the master pod.