English 中文(简体)
Quarkus liveness doesn t work on Minikube
原标题:

When I run locally (mvn compile quarkus:dev), I can access the /q/health endpoints. When I deploy the native image to docker (docker run etc etc), I can access the /q/health endpoints. When I deploy to minikube, I can t access the /q/health endpoints.

What is strange is that I can access / to get the index.html page, but the /q/health returns a 404. I m new to Quarkus, and am not an expert in Kubernetes.

In addition, the liveness endpoint isn t even accessible to Kubernetes liveness check, causing the pod to immediately restart since /q/health/live is not available.

EXPECTED: /r/health/live accessible to Kubernetes cluster /r/health/live accessible via browser

ACTUAL: /r/health/live not accessible to Kubernetes cluster /r/health/live returns 404 via browser

Is there something obviously dumb I m doing? Thanks in advance.

问题回答

暂无回答




相关问题
HTTP call from Celery worker

I am running a Flask-Celery server in docker desktop Kubernetes. It uses a Redis Result Backend. I want to use a Celery Task to make an HTTP call to a program that might take a while. This program ...

Why my website cookies are not being set on my browser?

Hello I am developing a web app, with a microservices architecture. I am using golang (Fiber) on the backend and Next.js on the frontend. When I send a request from restaurant.quiqr.co/signin to api....

我如何终止Kubernetes的名称空间?

我正试图终止Kubernetes的名称空间。 过去,我uc切地遵循了在库韦涅斯这里发现的在终止地位方面摇摇摇欲坠的空地。

helm with if condition and its scope for the value set

I would like to overwrite the user template with .Values.userTemplate if it exist. But I always get $user as undefined when the .Vaues.userTemplate exist. If i remove if condition and use {{- $user := ...

热门标签