Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add health checks and additional monitoring #58

Closed
nicolaferraro opened this issue Sep 12, 2018 · 3 comments
Closed

Add health checks and additional monitoring #58

nicolaferraro opened this issue Sep 12, 2018 · 3 comments

Comments

@nicolaferraro
Copy link
Member

If we postpone the compilation of the source file after the image build, we may not be able to detect failures such as compilation errors.
We should improve the monitoring phase to detect cases where the pod is failing and also add health checks to the runtime, so that we can detect when the pod is completely ready.

@lburgazzoli
Copy link
Contributor

liveness and readiness probes can now be set-up, we need to add checks to the routes and context

@WillemJiang
Copy link
Member

With the help of unit test, we could do some basic check of routes and context. But how can we verify if the camel route fits for the whole system? Can we run the accept test in this case?

@lburgazzoli
Copy link
Contributor

@nicolaferraro I guess we can close this one as we can use yaks for testing and we do have support for health checks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants