You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.