Skip to content

[FEATURE] Health check implementation for docker images #4126

@saqib-ahmed

Description

@saqib-ahmed

Describe the feature you'd like
Is it possible to add some health check endpoint for docker images? We'd also need some utility in the image as well for native container-level health checks like curl.

Additional context
The problem I'm facing is that in ECS deployments, it takes a long time for the container to register itself as healthy (not sure if I'm doing something wrong or it is like this). I suspect that it is because of the lack of health checks at the container level. The load balancer does have a health check, but the container itself doesn't have any.

If the above makes sense and I'm not doing something obviously wrong, I can take a stab at it and add curl in the dockerfile and open a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions