R
RunPod5mo ago
TRSML

how can I find my pod's ip address?

how can I find the public IP address for my running pod? I've opened some TCP ports, but don't know what address to use to reach them. Thanks
Solution:
RunPod
Expose Ports
There are a few ways to expose ports on your pod to the outside world. The first thing that you should understand is that the publicly exposed port is most likely NOT going to be the same as the port that you expose on your container. Let's look at an example to illustrate this.Let's say that I want...
Jump to solution
2 Replies
Solution
justin
justin5mo ago
RunPod
Expose Ports
There are a few ways to expose ports on your pod to the outside world. The first thing that you should understand is that the publicly exposed port is most likely NOT going to be the same as the port that you expose on your container. Let's look at an example to illustrate this.Let's say that I want...
TRSML
TRSML5mo ago
great, thank you. Interesting twist, I'm exposing two ports through the RunPod's Proxy settings (added the two ports to the "Expose HTTP Ports" field) on the pod configurartion page. I then start two python instances to serve content, one on each of the two ports I've defined. However, the same content is displayed regardless of which port number I use. I suspect this has something to do with the proxy. I will experiment with the instructions for trying to use the TCP Public IP approach with the "Expose TCP Ports" field instead, in order to make both ports serve separate content.
Want results from more Discord servers?
Add your server
More Posts
"This server has recently suffered a network outage and may have spotty network connectivity." andgetting a "This server has recently suffered a network outage and may have spotty network connectiviDo you get charged whilst your request is waiting on throttled workers?I did everything I can to reduce cold start times on my end. I managed to install everything onto a Multinode training Runpod portsI'm trying training a distributed models using multinode, 2xPods x8GPU 4090 for each. We cant train Is there a way to send an request to cancel a job if it takes too long?I'm trying to find a way to cancel an API request if it takes too long. This is so that I have a wayFeature Request / Is it possible RunpodCTLJust sharing a wish / pending thought as a backlog wish ~ Is it possible to add a CLI command to ruHow to mount persistent storage volume in pod?I've created persistent storage and launched a pod from the storage UI. When I log in via ssh I can'RunPod SD InvokeAI v3.3.0 ErrorsWhen I try to run a runpod with invokeai, I just get a Server Error and Runtime Error when I try to ENDPOINT IS#⛅|gpu-cloud Hi to you all, can somebody please tell where to find the "endpoint" code ? I would li#How to upload a file using a upload api in gpu serverless?This is my current code, there is a separate fastapi running. ```python automatic_session = requestsconnect ssh vscode to runpod gpu serverfollowing the blog - https://blog.runpod.io/how-to-connect-vscode-to-runpod/ 1. I have created ssh