Connecting from apps
Use service.NodePort
(default 32220) for Control server setting in UI (gui/ttui)
Use serviceNats.NodePort
(default 32221) for Session server setting in UI(gui/ttui)
Use serviceSSH.NodePort
(default 32222) for SSH connection from any SSH client. You will be asked for username and password, and optinally for 2FA code
Get your IP from command kubectl get nodes -o wide
ssh -l someuser@somedomain.com <your IP> -p 32222