Health url not working

We have deployed a java extension however while trying to access the /_healthz path; getting “default backend - 404”
I could ping the extension url.

Hello @Rakesh1Mittal

Please check if the extension pod is running successfully, Also, /_healthz throws a 404 error for private extensions, this can be ignored.

I see the pod is up and running, however /_healthz and /_readyz both are not working… Getting the default backend 404 error. Even when I navigate to extension from platform getting the same error.

Hi @Rakesh1Mittal
These routes have to be implemented in the code. 404 simply implies that routes are not reachable. Have you implemented these? @Pitchaimani faced the same and resolved it.

1 Like