Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnanthaRajuC/00675dcffac8679ee7d6e39c9259caee to your computer and use it in GitHub Desktop.
Save AnanthaRajuC/00675dcffac8679ee7d6e39c9259caee to your computer and use it in GitHub Desktop.
SSH to Minikube VM
You can ssh into the VM by finding the IP (from kubectl config view) and using username "docker" password "tcuser":
ssh docker@192.168.XX.XX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment