How can I ping a password protected Redis server using netcat in an initContainer?
Note: solution can use netcat or any other built-in Linux utility I need to implement an initContainer and liveness probe that confirms my redis pod is up for one of my redis dependent pods. I have attempted the netcat solution…