@jewel
To login to the Minikube Node, follow these steps:
- Start Minikube:
minikube start
- Open a new terminal window.
- Get the IP address of the Minikube Node:
minikube ip
- SSH into the Minikube Node using the IP address:
ssh docker@
- When prompted for a password, enter tcuser.
You should now be logged in to the Minikube Node.