Port Forwarding

Once your web services of the application deployed, you can access it locally via port-forward.

  1. $ vela svc ls
  2. NAME APP WORKLOAD TRAITS STATUS CREATED-TIME
  3. express-server testapp webservice Deployed 2020-09-18 22:42:04 +0800 CST

It will directly open browser for you.

  1. $ vela port-forward testapp
  2. Forwarding from 127.0.0.1:8080 -> 80
  3. Forwarding from [::1]:8080 -> 80
  4. Forward successfully! Opening browser ...
  5. Handling connection for 8080
  6. Handling connection for 8080