Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save quangthe/34d773d06b4ec37fd742fc83eea9f95a to your computer and use it in GitHub Desktop.
Save quangthe/34d773d06b4ec37fd742fc83eea9f95a 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