Use Ngrok as Ingress Service
Last updated
Last updated
There are many ways to configure the Ingress service, and you can choose the method that suits your habits. Here, we are using Ngrok only as an example to demonstrate the process of configuring the Ingress service.
See how to install Ngrok on your SSH Instance here.
Here is an example of one installation method: (Please use your "Authtoken" when run the "ngrok config add-authtoken" command)
You can use the screen
command to start the Ngrok proxy and keep the process running in the background.
You can access your 8080 service in SSH instance by visiting https://bed4-39-170-108-22.ngrok-free.app.
You can use "ctrl+a+d" to detach the screen session.
You can also use the "screen -r proxy
" command to go back to the session that starts Ngrok.