Hi ,I am trying to deploy a docker container in k8s cluster from "nso-6.1.container-image-prod.linux.x86_64.tar". I downloaded this image from cisco. I performed these steps : docker load -i nso-6.1.container-image-prod.linux.x86_64.tar.gz , docker run -itd --name nso-testing2 -p 50130:4334 -p 50131:80 -p 50132:8888 -p 50133:830 -p 50134:4570 -p 50135:443 -p 50136:22 cisco-nso-prod:6.1
so once I perform those commands the container is up and running but I am not able to access the UI or not able to ssh.
Please suggest what is wrong and how to deploy the container successfully ?
Attached the nso guide , please refer page no - 168 for clarity.
attaching screenshot.