Multiple Pods with same network storage, ports?
I'm trying to run multiple pods simultaneously, all connected to the same network storage. According to the info in the website this is possible, but i cannot connect to the second's pods jupyter - do i need to assign a different port to the second pod in order for this to work and if so how and which port? I've tried adding 8889 to https and tcp but i probably had to specify it somewhere before trying to start Jupyter or something?
1 Reply
no, its fine you can use the same ports on both pods
and i think you cant have the same port for both http and tcp, you can specify your running ports in
edit pods