Impossible service via kubectl expose

Hey, @czezz

Pod is not running your application container, it’s just giving the environment to that apps container. Environment could be anything, In respect of namespace, network, volume etc.
Behind the scene it uses Docker to run your application inside the container.

Did you check the nginx.conf file ?
Must be port 8080 preconfigured.