How to access proxy-public from my browser

Dear experts,

I am trying to deploy jupyterhub into my cluster, but I get 404 when I curl proxy-public in particular pod.

My command is: curl -Lv proxy-public

  • Connected to proxy-public (10.0.9.88) port 80 (#0)

GET / HTTP/1.1
Host: proxy-public
User-Agent: curl/7.64.0
Accept: /

< HTTP/1.1 404 Not Found
< date: Wed, 19 Oct 2022 09:55:06 GMT
< server: envoy
< content-length: 0
< x-envoy-upstream-service-time: 6
<

  • Connection #0 to host proxy-public left intact

When I try to specify proxy-public as host in my virtualservice, I got 404 as well.

Would you please tell me what’s the issue?

Hi! Please could you provide enough information for someone to reproduce your problem? There are lots of ways to deploy JupyterHub, and lots of customisations and addons you can use, so it’ll be helpful to know exactly how you’ve setup your JupyterHub, including all configurations and version.