How to expose TCP port?
Hi, In pod setting, I added HTTP, TCP ports.
But I can not access this port from outside.
curl X.X.X.X:XXXX refused.
but 22 got not allowed(I assume it works). Why??
2 Replies
external ports are random asigned so you need get correct port from pod details page
@Elder Papa Madiator
I got port and used it but still can not access from outside