Skip to content

Add /status endpoint for k8s or other probe systems #93

@aimxhaisse

Description

@aimxhaisse

Context: Kubernetes has a system of probes, which regularly pings a service with HTTP queries to know if it's healthy or not. If the service fails to reply it will automatically restart it / reschedule it, potentially on another machine.

This is usually implemented exporting a dummy /status endpoint which returns 200 on one of the services exported by the application, as a starting point this likely could be part of the metrics module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions