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

Create liveness and readiness probes for monitoring tool and BPU #106

Open
Smorci opened this issue Sep 13, 2023 · 0 comments
Open

Create liveness and readiness probes for monitoring tool and BPU #106

Smorci opened this issue Sep 13, 2023 · 0 comments
Assignees

Comments

@Smorci
Copy link
Contributor

Smorci commented Sep 13, 2023

BPU is a web server so the liveness and readiness probes could be implemented as httpGet events.

The monitoring tool is a simple python script that queries AWS and writes to STDOUT, so the implementation of the liveness probe would be a simple ps aux | grep python | grep -v grep command which would ensure that the application process is running in the container.

cc: @kaozenn

@Smorci Smorci self-assigned this Sep 13, 2023
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

1 participant