...
Access from browser http://{{robot_ip}}:88/logs/
On OOM, run:
Step 1: Run init_robot test to enable remote access to Robot through web browser
root@oom-rancher:~# ./oom/kubernetes/robot/demo-k8s.sh onap init_robot
Then find Step 2: Find the mapping port:
root@oom-rancher:~# kubectl -n onap get service |grep robot
robot NodePort 10.43.136.36 <none> 88:30209/TCP 7h
Now you can access Step 3: Access from browser with ANY k8s cluster node IP plus the above mapping port 30209, like:
...