...
5. How to get Kubernetes Host IP Address and login to Kubernetes Host .
5.1 Login Via Putty to KUBNERTESvia console window to BLUESHIFT_MGMT_IP_ADDRESS ADDRESS . user name and password is same as used in step1 .
5.2 once logged into Putty Once logged into BLUESHIFT_MGMT_IP_ADDRESS session use the command "vkube login --insecure" . use the user name and password same as in step1 .
5.3 get Get the list of clusters using command "vkube cluster list --insecure" . make a note of cluster Id in the output of the command
5.4 get Get the cluster node details using command "vkube cluster show <cluster Id > --insecure " .make note of worker ip address .Worker IP Address KUBERNETES_HOST_IP.
5.5 login Login to app-api docker using docker exec it app-api bash
5.6 once Once inside the app-api docker go to /var/lib/vrc/terraform/<cluserId>
5.7 ssh ssh to KUBERNETES_HOST_IP_ADDRESS using below command
ssh -i private.key -F ssh.bastion.conf ubuntu@KUBERNETES_HOST_IP_ADDRESS .
...