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 ZedYeung/c811e082c79a4868a7cd23a9eb48cb3c to your computer and use it in GitHub Desktop.
Save ZedYeung/c811e082c79a4868a7cd23a9eb48cb3c 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