View Source KubeProbex.Check.Heartbeat (Kube Probex v1.0.1)
Provides the default implementation for KubeProbex.Check.Liveness
behaviour.
This module provides a basic liveness probe handler that always returns a response with the following attributes:
- Status:
200
- Content-Type:
application/json
- Body:
{"status": "ok"}
This indicates that the application is up and running.