Probably using the Ubuntu template, which is pretty normal for CPU pods, I don't know why the template even exposes port 8888 when it doesn't even have Jupyter. cc: @Merrell
Looks like Jupyter isn't being installed in the Dockerfile for the base image, so that probably explains why HTTP port 8888 isn't working. Are the applications that you are running on all those TCP ports you exposed binding to or ? Connecting to the TCP ports won't work if they bind to , they have to bind to .