skypilot-users
Is RunPod supported for opening ports?
Prakash Sanker encountered an issue with opening ports in RunPod and received guidance on using SSH local port-forwarding for accessing ports. Zongheng Yang confirmed that RunPod supports launching clusters, running training, and local inference, but the opening ports feature is currently missing. Romil Bhardwaj suggested using SSH local port-forwarding for accessing ports on RunPod.
Pr
Prakash Sanker
Asked on Feb 28, 2024
- RunPod supports launching clusters, running training, and local inference.
- The opening ports feature is currently missing in RunPod.
- To access ports on RunPod from your machine, consider using SSH local port-forwarding.
Example:
# sky launch -c mycluster --ports 8888 ....
ssh -L 8888:localhost:8888 mycluster
# Keep your terminal running and open localhost:8888 in your browser
Feb 28, 2024Edited by