Choenden Kyirong
03/16/2023, 6:31 PMflytectl demo start
on a VSI (virtual server instance) and be able to reach the UI from the public using the public ip of the server? For example: <public_ip>:30080/console
. I’ve tried this and the demo is running from within the server but i cant seem to reach it from my own browser- do i need to setup a reverse proxy or do something else?
I try to navigate to: <public_ip>:30080/console
and nothing ends up loading despite the demo/sandbox running properly. I also curled the localhost:30080/console from inside the server and I get the html response back.
Any sort of help or feedback would be greatly appreciated, thanks!! 🙏Björn
03/16/2023, 9:33 PMdocker ps
or ss -tlpn
and see the 0.0.0.0 address for port 30080ssh -L 30080:127.0.0.1:30080 -L 30002:127.0.0.1:30002 -L 30000:127.0.0.1:30000 user@server_address
and then connect to <http://localhost:30080>
on your workstationChoenden Kyirong
03/16/2023, 9:41 PMflytectl demo start
still not accessible from my local workstation. @Björn
Going to try the tunnelling but showing this screenshot from within the server for clarity:Björn
03/16/2023, 9:52 PMChoenden Kyirong
03/16/2023, 9:54 PMBjörn
03/16/2023, 9:54 PMChoenden Kyirong
03/16/2023, 9:55 PMBjörn
03/16/2023, 9:57 PMChoenden Kyirong
03/16/2023, 9:59 PMBjörn
03/16/2023, 9:59 PMChoenden Kyirong
03/16/2023, 10:06 PMroot
despite using a different user.
if the demo does this as well, could be an issue with not having permissions for some files or folders that are created/mounted via demo start. Not sure though.Björn
03/16/2023, 10:10 PMChoenden Kyirong
03/16/2023, 10:12 PMBjörn
03/16/2023, 10:22 PMChoenden Kyirong
03/16/2023, 11:02 PM<http://localhost:30080/minio/login>
loads properly. just the actual flyte app does not it seems.Samhita Alla
Choenden Kyirong
03/17/2023, 9:35 AMSören Brunk
03/17/2023, 10:09 AM>=1.4.8
Created an issue to track it: https://github.com/flyteorg/flyte/issues/3485