We would like to implement Redis Sentinel but understand that we need to run Sentinel as root. According to security it is not a good idea to run it as a root. One more question, Do you have any resources or recommendations how to implement Redis Sentinel securely with best practices?Thanks for your support
We would like to securely deploy Redis Sentinel.
Somethings depend on your scenario and way of deployment, for example if you deploy redis sentinel using docker containers you should consider container security aspects. But in a general view point, consider following things:
Also I found these articles very useful. Link - Link