squakez commented on issue #5552:
URL: https://github.com/apache/camel-k/issues/5552#issuecomment-2134724645

   I think the correct way to monitor an healthy Integration is to watch both 
`.status.phase` and `.conditions[READY]==true` and ideally you should include 
the readiness probe via health trait to make sure that the Camel context is 
ready. This is because you probably don't want to trust blindly Kubernetes 
Deployment (which you can see it's not reporting an error status) but the Camel 
context, which is the application one knowing if something is healthy or not 
via its internal mechanisms.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to