R
RunPod9mo ago
tkpop777

Is it possible to SSH into a serverless endpoint?

I can SSH into the box when I deploy docker images to regular pods. But is it possible to SSH into them when deploying them to serverless endpoints? I want to be able to troubleshoot and inspect the built image but I'm unsure how to ssh into it. for the regular pods I just click the "Connect" button and there I can see the IP address and command to ssh. How to do it with serverless?
1 Reply
digigoblin
digigoblin9mo ago
You have to use basic SSH or web terminal with serverless, but you probably need to enable an active worker so the container doesn't stop while you are troubleshooting.

Did you find this page helpful?