Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 483 Bytes

ngrok.md

File metadata and controls

17 lines (12 loc) · 483 Bytes

Ngrok workaround

  • Install
  • Expose server on the forwarded port of api service. In our installation, api service port is 80.
  • You can forward port using the following command:
kubectl port-forward --address yourIP svc/klovercloud-api-service 4100:80 -n klovercloud
  • Run the following command
ngrok http yourIP:4100
  • Copy the url. It will look like http://2339-180-210-178-26.ngrok.io.