You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/03/24 14:13:00 UTC

[jira] [Created] (CAMEL-17851) camel-spring-boot - Health checks in kubernetes environment

Claus Ibsen created CAMEL-17851:
-----------------------------------

             Summary: camel-spring-boot - Health checks in kubernetes environment
                 Key: CAMEL-17851
                 URL: https://issues.apache.org/jira/browse/CAMEL-17851
             Project: Camel
          Issue Type: New Feature
          Components: camel-spring-boot
            Reporter: Claus Ibsen
             Fix For: 3.x


When you run camel on spring boot in kubernetes, then their health-check system works differently.

So we need to find out if we need to integrate specially for this, or there is some other solution.

The health-checks in camel are separated into readiness/liveness or both. And as such we can do checks where ready = DOWN and live = UP. But if you run that as a single combined result then it could be DOWN.

But in fact the app is still booting up and are not ready to handle traffic.




--
This message was sent by Atlassian Jira
(v8.20.1#820001)