Deploy Redis Cluster on Kubernetes ssh access to node

Hello.
I try to connect via ssh to one worker node on kubernetes cluster to verify that /redis01 directory exist. Because the exercise said, "Create a first PersistentVolume … Type should be hostPath, its hostPath sould be /redis01 and directory sould be already created on the worker node.

How is the ssh user password to connect the node? I verify de node ip isn’t in the wiki.

Thanks for yours reply.

@elsebasan, Since its mentioned in the question that directory already exists so you can proceed with the rest of the configuration.

Ok . Thank you. :+1: