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
endpoint