k8s-php-checker
served by k8s-php-checker-58ddc56ff6-88q8k · build master-b35615017934
-
/_status/dns
Resolves in-cluster and external names through the pod resolver, with timings. Set ALLOW_ADHOC_DNS to allow ?name=.
-
/_status/egress
Fetches the EGRESS_PROBE_URLS from inside the pod: status, latency, or the transport error.
-
/_status/ip
Client IP as resolved, the raw X-Forwarded-* chain, and the trusted_proxies setting that produced it.
-
/_status/kubeapi
Calls the API server with the pod service account: token mount, CA, reachability and RBAC in one answer.
-
/_status/livez
Liveness. Always 200 while PHP is executing; touches nothing.
-
/_status/pod
Which pod, which node, which namespace -- plus whether the downward API env actually arrived.
-
/_status/readyz
Readiness. Currently the same answer as livez -- this app has no dependency that could make them differ.
-
/_status/version
The running build string, as text/plain. Curl it in a loop to watch a rollout swap over.