'How to ssh into rancher desktop node?
I just started to use Rancher and request to correct me for any wrong terminology.
Earlier I was using minikube on Macbook which provide SSH easily using minikube ssh
for troubleshooting. As I am newbie to Rancher Desktop and wanted to do SSH on Rancher Desktop node similar to minikube.
I googled for same but unfortunately I didn't get any fruitful answer. Thanks in advance.
Solution 1:[1]
You can access using below(first line):
$LIMA_HOME="$HOME/Library/Application Support/rancher-desktop/lima" "/Applications/Rancher Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl" shell 0
lima-rancher-desktop:/Users/kulsharm2$ uname -a Linux lima-rancher-desktop 5.10.103-0-virt #1-Alpine SMP Tue, 08 Mar 2022 10:06:11 +0000 x86_64 Linux
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Kuldeep |