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

[Enhancement] Automate health check for instance deployments using container names #4

Open
4 tasks
Utkar5hM opened this issue Jan 21, 2024 · 0 comments
Open
4 tasks
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Utkar5hM
Copy link
Collaborator

The current health check for instance deployments requires manual intervention by pressing a button to make a request to the deployment_url. This is not very efficient and reliable, as it depends on the availability and performance of the deployment_url having to go through external sources.

A better solution would be to automate the health check to run periodically (every n seconds or minutes) using the container names of the instances. This would require creating another service that runs within the deployment network (currently IRIS) and can access the container through container names. This way, the health check would not need any auth_header or other checks, and would be more accurate and consistent.

Feel free to comment and propose any changes or additions you think are necessary.

Tasks:

  • A new service is created that runs within the deployment network and can access the container names of the instances, (connected to db?)
  • The health check is automated to run periodically using the container names
  • The health check results are displayed on the dashboard
  • The code is tested and works as expected
@Utkar5hM Utkar5hM added good first issue Good for newcomers help wanted Extra attention is needed labels Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant