Johan
Johan
@prkamath Hello, can you share your nginx configuration to achieve this ?
I did what prkamath suggested on my kubernetes cluster with an ingress like this : ``` spec: rules: - host: mynotebook.domain.com http: paths: - backend: serviceName: ingress-85cc0a1244a20d92542554a4c81ed873 servicePort: 8888 -...
I use the docker image jupyter/datascience-notebook behind a nginx and each user has it own docker image, so I don't have /user/username =/
Interested