Simple web server for debugging k8s services
6.6K
This is a repository with simple web server that exposes some debug information from kubernetes environment.
All outputs as json.
Prints all environemnt variables.
Returns health status.
kubectl apply -f sample.yaml - creates deployment with debug_server
SERVER_PORT => port that server listens onROOT_URL => due to limitation of EKS ALB ingress all traffic is redirected to ingress_path/ instead of /. This env variable determines additional paths for endpoint, eg. if ROOT_URL = esio, endpoints /env and /esio/env will work.SRV_NAME => service name, visible under /namez endpointContent type
Image
Digest
Size
38.6 MB
Last updated
about 7 years ago
docker pull es1o/debug_server