ColinChamber opened a new pull request, #1415: URL: https://github.com/apache/incubator-kvrocks/pull/1415
solve #1376 Hi @PragmaTwice We have been working on improving kvrocks-operator recently and have found that many redis-operators use redis-cli for Kubernetes liveness probes. Although we can use commands like 'echo "PING" | nc localhost 6666', it can be a bit tricky. Additionally, redis-cli is more user-friendly for operations and makes it convenient to query service information within the container. In complex cloud network environments with audit policies, it is not possible for redis-cli from any node to connect to the redis-server **I pushed the image to my own repository and ran some tests.** <img width="828" alt="image" src="https://user-images.githubusercontent.com/95634254/235614504-b1ef81e9-1033-443e-befd-54625edac63f.png"> <img width="1272" alt="image" src="https://user-images.githubusercontent.com/95634254/235614840-07886534-96f5-489c-aee2-e6419dd5d11d.png"> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
