Hi,
I can access the shell of the scale apps using the menu on the app icon. But I want to connect to the apps using SSH from other terminal. I assume it is some Kubernetes command to connect to the apps but I cannot figure it out.
Hi all. I was wondering how one would go about accessing a container via the cli if logged in via ssh? Is there a cubernetes command for this? or some other method? Thanks.
www.truenas.com
or Manually:
View container namespaces: k3s kubectl get namespaces.
View pods by namespace: k3s kubectl get -n <NAMESPACE> pods.
Hi all. I was wondering how one would go about accessing a container via the cli if logged in via ssh? Is there a cubernetes command for this? or some other method? Thanks.
www.truenas.com
or Manually:
View container namespaces: k3s kubectl get namespaces.
View pods by namespace: k3s kubectl get -n <NAMESPACE> pods.