Port Forwarding
How to use mirrord for port forwarding
Regular port-forwarding
mirrord port-forward --target <target-path> -L <local port>:<remote address>:<remote port>mirrord port-forward -L 8080:py-serv:80Reverse port-forwarding
mirrord port-forward --target <target-path> -R <remote port>:<local port>mirrord port-forward --target deployment/py-serv -R 80:8080More details
Last updated
Was this helpful?

