Webviewer cannot fetch OVAS streaming

Based on the documentation at https://docs.omniverse.nvidia.com/ovas/latest/deployments/infra/installation.html, I have successfully deployed the OVAS cluster. Testing the HTTP container in the local environment worked fine, and everything was functioning as expected. However, when switching to the HTTPS public network environment, I am unable to obtain the streaming. The front-end page successfully retrieves the parameters from /cfg/apps and /streaming/stream , and the Kubernetes kit app pod is successfully scheduled. However, the kit app container consistently throws errors. Below are my screenshots and logs.



[kit-app-bf1683a0-b102-45dc-be41-548d8f0a506c.log|attachment]
(upload://dZKJDwQEL6YqpnWJvwqn9BaZP8s.log) (14.4 KB)
envoy-sidecar.log (14.3 KB)

This is most likely because you need the front and the back end on the same local network and ideally machine. The front end UI cannot easily connect to the backend streaming server, because we have not designed it for network traversal. Not unless you have set that up specifically.

No, It deploy on kubenetes cluster so it should be work public network, and the issue is not front end cannot connect to backend kubenetes, frontend is telling kubenetes deploy kit viewer container on pod, so i think its not a network issue, at least not from input network

Well I will check with our network engineers, but the kit streaming sample requires some additional work, to get it to work over public networks. The code is set up by default to work with local IPs on the same network. You said it was working fine locally and then you tried to run it over a secure protocol of HTTPS. That may be the problem.