Skip to content

Instantly share code, notes, and snippets.

@hsaputra
Created August 29, 2016 23:46
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save hsaputra/4d8da2d42ae12e57f2d3df3ea08dd5db to your computer and use it in GitHub Desktop.
Save hsaputra/4d8da2d42ae12e57f2d3df3ea08dd5db 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
@mohammadasim
Copy link

thanks mate

@dbslave
Copy link

dbslave commented Mar 14, 2019

I've been searching off and on all week for this. Thanks it worked.

@cpxPratik
Copy link

You can just do ssh docker@$(minikube ip) with ip address from minikube ip command.

@hanzala750
Copy link

it worked

@navdove
Copy link

navdove commented Feb 20, 2020

you can just do
minikube ssh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment