ngrok¶
"ngrok exposes local networked services behinds NATs and firewalls to the public internet over a secure tunnel. Share local websites, build/test webhook consumers and self-host personal services." - ngrok --help
Examples¶
Simple http usage¶
Host a helm repository¶
Create a helm package¶
This will create a tgz of your chart and its dependencies in your current directory
Create a helm repository index¶
Serve this directory with the index and tgz file over http¶
Expose the http server to the internet¶
Use it¶
helm repo add super-awesome-test-repo "${your_ngrok_url}"
helm repo update
helm search repo super-awesome-test-repo