Getting 302 redirect – Zero to JupyterHub on Kubernetes

Hi Team ,
When I try to use jupyterhub getting 302 redirects, there are many redirects. I am using istio. I am using prefix /jupyterhub to expose the jupyterhub service . but prefix is rewritten into / using istio routetable mechanism. WHen we try to access the hub we see many redirects with 302 error and apllication doesn’t loads in browser.
The same works when we do port-forward .

The hub logs marked with yellow are while using port-forward and it works fine.
The logs after yellow lines are with istio , we see only 302 redirects …

Can someone help how to handle prefix…

Thanks

I think you’ll need to look into how Istio works, and perhaps see if there are any debugging logs available from it?. Maybe it needs configuration to work with Z2JH?

Read more here: Source link