Exposing StarRocks allin1 container to the internet using serveo #24771
Closed
Replies: 1 comment
-
I think tailscale would achieve something very similar, and doesn't require ssh even. Just both computers having the same tailscale instance. I am not exactly sure about the computer science but the claim is security is similar to ssh. Once you're on the same tailscale network, you could simply access StarRocks directly on port 9030 without tunneling a port. You could also tunnel the port, just that now you don't even need to. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is servo?
It's a way to expose local servers to the internet. https://serveo.net/
Launch the StarRocks allin1 container
Run serveo
I'm picking
abc.serveo.net
has my domain. You can pick any subdomain you'd like.You'll this as your results:
Now you can access your local StarRocks container on the internet at http://abc.serveo.net:8030/ and other ports.
If you get an error like
Try a different port
Test the port forwarding
I used the tutorial Loading CSV Data into StarRocks from Local Disk which is a HTTP put into the StarRocks database. #22783
Beta Was this translation helpful? Give feedback.
All reactions