RunpodR
Runpod2y ago
JanE

runpodctl -> get public IP + exposed ports

Lets say I create a new pod using

runpodctl create pod --name 'Whatever' \
--imageName 'runpod/pytorch:2.0.1-py3.10-cuda11.8.0-devel-ubuntu22.04' \
--gpuType 'NVIDIA GeForce RTX 3070' \
--communityCloud \
--ports 22,8000/tcp \

Is there a way that runpodctl tells me the new IP and the external port (mapping) ?
If not, is there any way to get them?
Solution
GitHub
A collection of Python scripts for calling the RunPod GraphQL API - ashleykleynhans/runpod-api
Was this page helpful?